summaryrefslogtreecommitdiff
path: root/inc/main.hpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-11-18 19:59:47 -0600
committertom <tom@ground-control>2015-11-18 19:59:47 -0600
commita760b9339a98281a8a1072d03dbf41f08eb696a6 (patch)
treef1e7958d297c55fdbc6daa1a8d1777cb1ca78fc6 /inc/main.hpp
shovelling
Diffstat (limited to 'inc/main.hpp')
-rw-r--r--inc/main.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/inc/main.hpp b/inc/main.hpp
new file mode 100644
index 0000000..6d3cae3
--- /dev/null
+++ b/inc/main.hpp
@@ -0,0 +1,8 @@
+#ifndef main_h
+#define main_h
+
+#include "Screen.hpp"
+#include "Character.hpp"
+#include "Frame.hpp"
+
+#endif