mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-21 22:31:13 +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.
9 lines
149 B
C
9 lines
149 B
C
#ifndef BROWSERWINDOW_H
|
|
#define BROWSERWINDOW_H
|
|
|
|
void UpdateControlState(void);
|
|
void ShowBrowserWindow(void);
|
|
void CloseBrowserWindow(void);
|
|
|
|
#endif
|