Add asserts, update application->singleton, log defines

This commit is contained in:
Rick van Vonderen
2019-12-12 22:40:36 +01:00
parent e77ea7a104
commit f142030e17
7 changed files with 82 additions and 33 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public:
~Game() {};
};
Engine::Application *Engine::createApplication()
Engine::Application* Engine::createApplication()
{
return new Game();
}