mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-22 13:33:52 +00:00
8 lines
96 B
C
8 lines
96 B
C
|
#ifndef DISKMOUNT_H
|
||
|
#define DISKMOUNT_H
|
||
|
|
||
|
void DoMount(void);
|
||
|
void ShowDiskWindow(void);
|
||
|
|
||
|
#endif
|