diff options
author | Andy <drumsetmonkey@gmail.com> | 2016-10-19 10:46:12 -0400 |
---|---|---|
committer | Andy <drumsetmonkey@gmail.com> | 2016-10-19 10:46:12 -0400 |
commit | aff1681f6638f591e2c8281f63847550115a2a19 (patch) | |
tree | 38129164ccbe54f271a399e799a8492aa3049c38 /main.cpp | |
parent | 0964a086ccfe2ba18b8e40d0199bdaf80841f344 (diff) |
CATATATATATATATTTTT (basic entities)
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(""); |