diff options
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(); |
