summaryrefslogtreecommitdiff
path: root/inc/main.hpp
diff options
context:
space:
mode:
authortom <tombarrett@siu.edu>2017-01-14 11:56:33 -0600
committertom <tombarrett@siu.edu>2017-01-14 11:56:33 -0600
commitf2f0867edd0d9624a77e4e5db39825b8ea1a55d0 (patch)
tree1ead1fa412bd7c2e791310c7cb7bbe84c79696a4 /inc/main.hpp
parentb97a54b8acd113e99871fdb0f683e27e0912bf42 (diff)
completly remove location structure and replaced it with sdl_rect
Diffstat (limited to 'inc/main.hpp')
-rw-r--r--inc/main.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/main.hpp b/inc/main.hpp
index d20f7ef..82a78c8 100644
--- a/inc/main.hpp
+++ b/inc/main.hpp
@@ -7,7 +7,6 @@
#include "creature.hpp"
#include "resource.hpp"
#include "list.hpp"
-#include "location.hpp"
#include "timer.hpp"
#endif