aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 91a2759..85af925 100644
--- a/main.cpp
+++ b/main.cpp
@@ -221,6 +221,9 @@ int main(int argc, char *argv[])
game::engine.getSystem<WorldSystem>()->setWorld(currentWorld);
+ //TODO
+ entityxTest();
+
// spawn the arena
arena = new Arena();
arena->setStyle("");