From 455e54b557074458c1408479fdc8bc0a979d9c4b Mon Sep 17 00:00:00 2001 From: Timothy O'Barr Date: Fri, 7 Aug 2026 13:20:20 -0500 Subject: [PATCH] Quick cleanup --- #main.cpp#~ | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 #main.cpp#~ diff --git a/#main.cpp#~ b/#main.cpp#~ deleted file mode 100644 index b4820f1..0000000 --- a/#main.cpp#~ +++ /dev/null @@ -1,21 +0,0 @@ -#include - -#include "Engine/Game.h" - - - -int main(int argc, char *argv[]) -{ - - Game game; - - if (game.Init()) - { - while(game.GetIsRunning()) - { - - } - } - - return 0; -} \ No newline at end of file