summaryrefslogtreecommitdiffstats
path: root/code/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'code/main.cpp')
-rw-r--r--code/main.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/code/main.cpp b/code/main.cpp
deleted file mode 100644
index a88baf9..0000000
--- a/code/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