From 4d7b1da29e0957ac798ee8e6da8288cbd4ae5c79 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Thu, 18 May 2017 19:03:05 +0500 Subject: 2017-05-18 --- src/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main.cpp (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..2644038 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,9 @@ +#include "core/Core.hpp" +#include "gamestate/Game.hpp" + +INITIALIZE_EASYLOGGINGPP + +int main(){ + Game game; + game.Exec(); +} \ No newline at end of file -- cgit v1.2.3