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 --- main.cpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 main.cpp (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp deleted file mode 100644 index a88baf9..0000000 --- a/main.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#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