Added new GUI based on wxWidgets. Patch from bit.
This commit is contained in:
parent
a2f44b8ea7
commit
7fe91626d6
60 changed files with 11647 additions and 78 deletions
16
src/wx-sdl2.h
Normal file
16
src/wx-sdl2.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void leave_fullscreen();
|
||||
int getfile(void* hwnd, char *f, char *fn);
|
||||
int getsfile(void* hwnd, char *f, char *fn, char *dir, char *ext);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
extern char openfilestring[260];
|
||||
|
||||
extern int pause;
|
||||
|
||||
Loading…
Reference in a new issue