diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-20 08:58:57 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-20 08:58:57 -0400 |
commit | dbed8f40b0c85a1d550d9c2557d57b192fc097ab (patch) | |
tree | d579b3bc2449aeccddcc148b02d1dd52462c990a /main.cpp | |
parent | cb408a63a0f03ccb0b0ce7c338527a3b4964aff9 (diff) | |
parent | 87bc18a63541c6e325170fbfacde2d7610a3b852 (diff) |
cat is good
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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()) { |