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