aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndy <drumsetmonkey@gmail.com>2016-10-14 08:19:30 -0400
committerAndy <drumsetmonkey@gmail.com>2016-10-14 08:19:30 -0400
commit326cd4e5fdc396c5c34ac9371b53d2838ea9ee4d (patch)
treede46a355eb6d3e6cc66d14f36f898de985460b95 /src
parente4f5224b70dd938d5872ff00fa73ac11dac2bb42 (diff)
Started some fancy work on components
Diffstat (limited to 'src')
-rw-r--r--src/entities.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index 0f8c3b7..3afcc40 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -12,6 +12,11 @@
#include <render.hpp>
#include <engine.hpp>
+///NEW
+#include <components.hpp>
+#include <entityx/entityx.h>
+///OLD
+
extern std::istream *names;
extern Player *player; // main.cpp