summaryrefslogtreecommitdiff
path: root/inc/main.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/main.hpp')
-rw-r--r--inc/main.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/inc/main.hpp b/inc/main.hpp
new file mode 100644
index 0000000..d026886
--- /dev/null
+++ b/inc/main.hpp
@@ -0,0 +1,10 @@
+#ifndef main_h
+#define main_h
+
+#include "window.h"
+#include "entity.h"
+#include "event.h"
+#include "creature.h"
+#include "resource.h"
+
+#endif