Get Ready for the main program
[cs356-p1-elevator.git] / main.hpp
diff --git a/main.hpp b/main.hpp
new file mode 100644 (file)
index 0000000..570ca17
--- /dev/null
+++ b/main.hpp
@@ -0,0 +1,12 @@
+#ifndef MAIN_HPP
+#define MAIN_HPP
+
+#include "elevatorgui.hpp"
+#include <iostream>
+#include <gtkmm/main.h>
+
+extern ElevatorGUI *thegui;
+
+#endif /* MAIN_HPP */
+
+/* vim: set ts=4 sts=4 sw=4 noexpandtab textwidth=112: */