diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 19:00:56 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-09 19:00:56 +0100 |
| commit | c4f70660d01d7d25a7f7a1e78d6e72097ca82e2e (patch) | |
| tree | 91cc679100dc9260dd37492412ff868894e89824 /src/Game.hpp | |
| parent | 57eb7d9e23c67547cf797a45875c96c554b74275 (diff) | |
Added board numbering, added unflagging, fixed message displayv1.1.0
Diffstat (limited to 'src/Game.hpp')
| -rw-r--r-- | src/Game.hpp | 4 |
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(); |
