mirror of
https://github.com/sheumann/DiskBrowser.git
synced 2024-11-22 13:33:52 +00:00
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
|