summaryrefslogtreecommitdiff
path: root/inc/main.h
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-05-02 22:45:16 -0500
committertom <tom@ground-control>2015-05-02 22:45:16 -0500
commitbaa7977e0e325e92c700c47b4adea9082749f1d7 (patch)
tree1bad3b1bbe5eab4ffe8c6a705c2609de4cfe6401 /inc/main.h
parent5d97a0154ed1c5584c50884e086dcaa3536e5672 (diff)
renamed so atom detects it is a cpp file :x
Diffstat (limited to 'inc/main.h')
-rw-r--r--inc/main.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/inc/main.h b/inc/main.h
deleted file mode 100644
index d026886..0000000
--- a/inc/main.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef main_h
-#define main_h
-
-#include "window.h"
-#include "entity.h"
-#include "event.h"
-#include "creature.h"
-#include "resource.h"
-
-#endif