summaryrefslogtreecommitdiff
path: root/src/game.hpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-24 17:38:57 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-24 17:38:57 +0100
commit4b21ad49946bef562d388bd2d6185c3f98f9e87c (patch)
tree66e4353e8241fbc188a5ac99e70619ed08af549a /src/game.hpp
parent841a679e999bde905de5b7e994707d3c112f5375 (diff)
moved inGame declaration to header file
Diffstat (limited to 'src/game.hpp')
-rw-r--r--src/game.hpp4
1 files changed, 2 insertions, 2 deletions
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