Reorganised Windows-specific code a bit.

This commit is contained in:
TomW 2014-06-24 21:15:42 +01:00
commit 3c8a675d01
13 changed files with 963 additions and 990 deletions

View file

@ -14,3 +14,19 @@ void leave_fullscreen();
#ifdef __cplusplus
}
#endif
void status_open(HWND hwnd);
extern HWND status_hwnd;
extern int status_is_open;
void hdconf_open(HWND hwnd);
void config_open(HWND hwnd);
extern char openfilestring[260];
int getfile(HWND hwnd, char *f, char *fn);
int getsfile(HWND hwnd, char *f, char *fn);
extern int pause;