From aff1681f6638f591e2c8281f63847550115a2a19 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 19 Oct 2016 10:46:12 -0400 Subject: CATATATATATATATTTTT (basic entities) --- main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.cpp') 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()->setWorld(currentWorld); + //TODO + entityxTest(); + // spawn the arena arena = new Arena(); arena->setStyle(""); -- cgit v1.2.3