]> Shamusworld >> Repos - apple2/blobdiff - src/gui/gui.cpp
Removed unnecessary cruft from project.
[apple2] / src / gui / gui.cpp
index 6128486a2682bc451b064c375bbf7b09f6ffb7e6..59a768154bee1586dc591ecc0b6e06199c205fd1 100644 (file)
@@ -18,6 +18,7 @@
 // - Multiple window handling [DONE]
 //
 
+#if 0
 #include "gui.h"
 #include "menu.h"                                                              // Element class methods are pulled in here...
 #include "window.h"
@@ -480,7 +481,7 @@ void GUI::Stop(void)
 {
        exitGUI = true;
 }
-
+#endif
 
 
 //
@@ -501,6 +502,13 @@ struct Bitmap {
 };
 
 
+#include "gui.h"
+#include "apple2.h"
+#include "applevideo.h"
+#include "diskselector.h"
+#include "log.h"
+#include "video.h"
+
 // Icons, in GIMP "C" format
 #include "gfx/icon-selection.c"
 #include "gfx/disk-icon.c"