From 4b21ad49946bef562d388bd2d6185c3f98f9e87c Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sat, 24 Jan 2026 17:38:57 +0100 Subject: moved inGame declaration to header file --- src/game.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 0b15d96..3a7f7dc 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -2,8 +2,6 @@ #include "game.hpp" using namespace std; -bool inGame = false; - void game(int diff){ int boardWidth; int boardHeight; @@ -59,4 +57,4 @@ void game(int diff){ break; } -} \ No newline at end of file +} -- cgit v1.2.3