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.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game.hpp') diff --git a/src/game.hpp b/src/game.hpp index b5a16d5..83ff6fa 100644 --- a/src/game.hpp +++ b/src/game.hpp @@ -1,7 +1,7 @@ #ifndef GAME_HPP #define GAME_HPP -bool inGame; +bool inGame = false; void game(int diff); -#endif \ No newline at end of file +#endif -- cgit v1.2.3