summaryrefslogtreecommitdiff
path: root/inc/main.hpp
diff options
context:
space:
mode:
authortom <tom@ground-control>2015-05-02 22:51:52 -0500
committertom <tom@ground-control>2015-05-02 22:51:52 -0500
commit72004f7f2eb558814b78630b25e23b968ac068ea (patch)
treeea49127050a1b394a80d179d4a7fa0efe3754304 /inc/main.hpp
parentbaa7977e0e325e92c700c47b4adea9082749f1d7 (diff)
fixed in file naming
Diffstat (limited to 'inc/main.hpp')
-rw-r--r--inc/main.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/inc/main.hpp b/inc/main.hpp
index d026886..cb67ab1 100644
--- a/inc/main.hpp
+++ b/inc/main.hpp
@@ -1,10 +1,10 @@
#ifndef main_h
#define main_h
-#include "window.h"
-#include "entity.h"
-#include "event.h"
-#include "creature.h"
-#include "resource.h"
+#include "window.hpp"
+#include "entity.hpp"
+#include "event.hpp"
+#include "creature.hpp"
+#include "resource.hpp"
#endif