X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui.h;h=512b6c70cced6604b1c649b6b87509617d860b32;hb=f3e5bb2807319c210d124d6150e019130c54867b;hp=ebd04c9558fa56de490913cae82bf558d9427321;hpb=34eb947551354f437ed67e2f0a3b88e186f47561;p=virtualjaguar diff --git a/src/gui.h b/src/gui.h index ebd04c9..512b6c7 100644 --- 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 }