aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-10-20 08:58:57 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-10-20 08:58:57 -0400
commitdbed8f40b0c85a1d550d9c2557d57b192fc097ab (patch)
treed579b3bc2449aeccddcc148b02d1dd52462c990a /main.cpp
parentcb408a63a0f03ccb0b0ce7c338527a3b4964aff9 (diff)
parent87bc18a63541c6e325170fbfacde2d7610a3b852 (diff)
cat is good
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 9fa7a55..4b579b2 100644
--- a/main.cpp
+++ b/main.cpp
@@ -21,7 +21,7 @@ using namespace tinyxml2;
// local game includes
#include <common.hpp>
#include <config.hpp>
-//#include <entities.hpp>
+#include <entities.hpp>
#include <world.hpp>
#include <ui.hpp>
#include <gametime.hpp>
@@ -202,6 +202,9 @@ int main(int argc, char *argv[])
ui::menu::init();
// game::events.emit<BGMToggleEvent>(currentWorld->bgm);
+ //TODO
+ entityxTest();
+
// the main loop, in all of its gloriousness..
std::thread([&]{
while (game::engine.shouldRun()) {