DiskBrowser/browserwindow.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

9 lines
149 B
C

#ifndef BROWSERWINDOW_H
#define BROWSERWINDOW_H
void UpdateControlState(void);
void ShowBrowserWindow(void);
void CloseBrowserWindow(void);
#endif