]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui.h
Moving GUI stuff to proper subdirectory for easier maintenance. :-)
[virtualjaguar] / src / gui.h
diff --git a/src/gui.h b/src/gui.h
deleted file mode 100644 (file)
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__