From 1563ae5be6bc130a9b3a23464f7e28fdb1e87da3 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sat, 13 May 2017 19:01:56 +0500 Subject: 2017-05-13 --- code/main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 code/main.cpp (limited to 'code/main.cpp') diff --git a/code/main.cpp b/code/main.cpp new file mode 100644 index 0000000..a88baf9 --- /dev/null +++ b/code/main.cpp @@ -0,0 +1,10 @@ +#include +#include "Game.hpp" +#include "graphics/AssetManager.hpp" + +int main() { + + Game game; + game.Exec(); + return 0; +} \ No newline at end of file -- cgit v1.2.3