mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2025-02-08 01:31:02 +00:00
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
|