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/game/game.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/game/game.cpp') diff --git a/src/game/game.cpp b/src/game/game.cpp index 3a7f7dc..4f6ef41 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -1,7 +1,9 @@ #include -#include "game.hpp" +#include "globals.hpp" using namespace std; +bool inGame = false; + void game(int diff){ int boardWidth; int boardHeight; -- cgit v1.2.3