summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-04-30 22:20:53 -0500
committertom <tom@ground-control>2015-04-30 22:20:53 -0500
commite1d75dfdf0727776adf0b3d44995ccf0e03487b3 (patch)
treef26074b8e9c598df33c66b1c57aad1e4dcd51f03 /src/main.h
first commit
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
new file mode 100644
index 0000000..9a1a64d
--- /dev/null
+++ b/src/main.h
@@ -0,0 +1,8 @@
+#ifndef main_h
+#define main_h
+
+#include "window.h"
+#include "entity.h"
+#include "event.h"
+
+#endif