DiskBrowser/diskmount.h
Stephen Heumann 999b6130a4 Rearrange/refactor DiskBrowser code into smaller, more focused files.
There are only a few minor code changes, and nothing that should have an effect on functionality. This is basically just rearranging the code.
2019-04-18 13:24:43 -05:00

8 lines
96 B
C

#ifndef DISKMOUNT_H
#define DISKMOUNT_H
void DoMount(void);
void ShowDiskWindow(void);
#endif