]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui.h
Fixed fullscreen<-->windowed mode swith in OpenGL mode, phase one of
[virtualjaguar] / src / gui.h
index ebd04c9558fa56de490913cae82bf558d9427321..512b6c70cced6604b1c649b6b87509617d860b32 100644 (file)
--- a/src/gui.h
+++ b/src/gui.h
@@ -7,8 +7,6 @@
 #ifndef __GUI_H__
 #define __GUI_H__
 
-#include "types.h"
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -17,10 +15,10 @@ void InitGUI(void);
 void GUIDone(void);
 bool GUIMain(char *);
 
-// Not sure why these are in *this* file, but here they are... :-/
+// Exported vars
 
-uint32 JaguarLoadROM(uint8 * rom, char * path);
-bool JaguarLoadFile(char * path);
+extern bool showGUI;
+extern bool finished;
 
 #ifdef __cplusplus
 }