From c4f70660d01d7d25a7f7a1e78d6e72097ca82e2e Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 9 Feb 2026 19:00:56 +0100 Subject: Added board numbering, added unflagging, fixed message display --- 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 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(); -- cgit v1.2.3