X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui.h;fp=src%2Fgui.h;h=0000000000000000000000000000000000000000;hb=2a28fa007da024402b00c2e341afaa9609ac1273;hp=6520f53612305e28727d5d0803b8a364f66d437c;hpb=f7cb31e9b5827ba24796b0829ed2e2942fe41048;p=virtualjaguar diff --git a/src/gui.h b/src/gui.h deleted file mode 100644 index 6520f53..0000000 --- a/src/gui.h +++ /dev/null @@ -1,29 +0,0 @@ -// -// GUI.H -// -// Graphical User Interface support -// - -#ifndef __GUI_H__ -#define __GUI_H__ - -#ifdef __cplusplus -extern "C" { -#endif - -void GUIInit(void); -void GUIDone(void); -bool GUIMain(char *); -void GUICrashGracefully(const char *); - -// Exported vars - -extern bool showGUI; -extern bool exitGUI; // Hmm. -extern bool finished; // Current emulator loop is finished - -#ifdef __cplusplus -} -#endif - -#endif // __GUI_H__