mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-10-31 09:15:14 +00:00
999b6130a4
There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
8 lines
96 B
C
8 lines
96 B
C
#ifndef DISKMOUNT_H
|
|
#define DISKMOUNT_H
|
|
|
|
void DoMount(void);
|
|
void ShowDiskWindow(void);
|
|
|
|
#endif
|