diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-09-27 14:00:57 +0200 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-09-27 14:00:57 +0200 |
commit | a78f7bbfcdabad9550afe22f615b973b92cb074f (patch) | |
tree | 318e888219965634e3b81be9b74a0522af2136e0 /gameloop/src/main.cpp | |
parent | 86a7bd1aee2ee96079e00e2696a624fd6b642fa0 (diff) | |
parent | f4560e02f703f1c6f857c8e5af63fa9fc4ca6438 (diff) |
fixed merge conflict
Diffstat (limited to 'gameloop/src/main.cpp')
-rw-r--r-- | gameloop/src/main.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gameloop/src/main.cpp b/gameloop/src/main.cpp deleted file mode 100644 index 2333e63..0000000 --- a/gameloop/src/main.cpp +++ /dev/null @@ -1,19 +0,0 @@ -//Using SDL and standard IO -#include <SDL2/SDL.h> -#include <stdio.h> -//#include "window.h" -#include "loopManager.h" -#include "timer.h" -//Screen dimension constants - - -//Starts up SDL and creates window - -int main( int argc, char* args[] ) -{ - LoopManager gameLoop; - gameLoop.setup(); - gameLoop.loop(); - - return 0; -} |