diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
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 <iostream> -#include "Game.hpp" -#include "graphics/AssetManager.hpp" - -int main() { - - Game game; - game.Exec(); - return 0; -}
\ No newline at end of file |