diff options
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()) { |