diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-10 10:21:07 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-10 10:21:07 +0100 |
| commit | 276235b1bde16e5d240645c0f214d6cbce634be5 (patch) | |
| tree | bc8ff5a194e5de2c525871cdb580ff79ad98c088 /src/Game.hpp | |
| parent | b18c6a7de79e7a823ba4ab5f8077a1c44c242c22 (diff) | |
| parent | c4f70660d01d7d25a7f7a1e78d6e72097ca82e2e (diff) | |
Merge branch 'main' of ssh://100.95.135.112/srv/git/minesweeper
This merge is necessary to integrate all devices into one
synchronization
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(); |
