From 9cebc5488ff676c8da0fda8e2d590d9c25b26e99 Mon Sep 17 00:00:00 2001 From: pbentes Date: Tue, 3 Sep 2024 22:01:48 +0100 Subject: [PATCH] Moved app file --- game/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/main.cpp b/game/src/main.cpp index e2b8016..380feeb 100644 --- a/game/src/main.cpp +++ b/game/src/main.cpp @@ -2,7 +2,7 @@ #define RAYGUI_IMPLEMENTATION #include -#include +#include int main() { Engine::Application app("Game application");