]> Shamusworld >> Repos - virtualjaguar/blob - src/gui.h
Fixed fullscreen<-->windowed mode swith in OpenGL mode, phase one of
[virtualjaguar] / src / gui.h
1 //
2 // GUI.H
3 //
4 // Graphical User Interface support
5 //
6
7 #ifndef __GUI_H__
8 #define __GUI_H__
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 void InitGUI(void);
15 void GUIDone(void);
16 bool GUIMain(char *);
17
18 // Exported vars
19
20 extern bool showGUI;
21 extern bool finished;
22
23 #ifdef __cplusplus
24 }
25 #endif
26
27 #endif  // __GUI_H__