summaryrefslogtreecommitdiff
path: root/src/game/game.cpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-25 09:08:24 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-25 09:08:24 +0100
commit2f3deb949ed2f47b59baf6dc7c127d5529f3b6ce (patch)
treeac48068ef6ce51422962506b96ff17916502a8c9 /src/game/game.cpp
parent2b8d5d46109c44bbf744fcd83236b235e70f94b0 (diff)
fixed inGame declaration
Diffstat (limited to 'src/game/game.cpp')
-rw-r--r--src/game/game.cpp4
1 files changed, 3 insertions, 1 deletions
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 <iostream>
-#include "game.hpp"
+#include "globals.hpp"
using namespace std;
+bool inGame = false;
+
void game(int diff){
int boardWidth;
int boardHeight;