From 2f3deb949ed2f47b59baf6dc7c127d5529f3b6ce Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sun, 25 Jan 2026 09:08:24 +0100 Subject: fixed inGame declaration --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 56a5135..5498cf9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ #include -#include "game/game.hpp" +#include "game/globals.hpp" using namespace std; int main(){ -- cgit v1.2.3