summaryrefslogtreecommitdiff
path: root/src/Game.hpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-02-09 19:00:56 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-02-09 19:00:56 +0100
commitc4f70660d01d7d25a7f7a1e78d6e72097ca82e2e (patch)
tree91cc679100dc9260dd37492412ff868894e89824 /src/Game.hpp
parent57eb7d9e23c67547cf797a45875c96c554b74275 (diff)
Added board numbering, added unflagging, fixed message displayv1.1.0
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 a723f5d..9b720a9 100644
--- a/src/Game.hpp
+++ b/src/Game.hpp
@@ -17,12 +17,12 @@ private:
int mines;
+ std::string msg;
+
public:
bool inGame;
bool hasWon();
- std::string msg;
-
int editDiff();
void initDiff(int diff);
void initBoard();