aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorAndy <drumsetmonkey@gmail.com>2016-10-19 10:46:12 -0400
committerAndy <drumsetmonkey@gmail.com>2016-10-19 10:46:12 -0400
commitaff1681f6638f591e2c8281f63847550115a2a19 (patch)
tree38129164ccbe54f271a399e799a8492aa3049c38 /main.cpp
parent0964a086ccfe2ba18b8e40d0199bdaf80841f344 (diff)
CATATATATATATATTTTT (basic entities)
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("");