diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-10-14 08:19:30 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-10-14 08:19:30 -0400 |
commit | 326cd4e5fdc396c5c34ac9371b53d2838ea9ee4d (patch) | |
tree | de46a355eb6d3e6cc66d14f36f898de985460b95 /src | |
parent | e4f5224b70dd938d5872ff00fa73ac11dac2bb42 (diff) |
Started some fancy work on components
Diffstat (limited to 'src')
-rw-r--r-- | src/entities.cpp | 5 |
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 |