Add logging class

This commit is contained in:
Rick van Vonderen
2019-12-11 15:26:16 +01:00
parent 5b0e723ea2
commit 12591e2cb8
7 changed files with 143 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public:
~Game() {};
};
Engine::Application *Engine::CreateApplication()
Engine::Application *Engine::createApplication()
{
return new Game();
}