diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-03 10:40:49 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-02-03 10:40:49 +0100 |
| commit | 5f871f7a4c95201764b1d6725ad338b04b8040cf (patch) | |
| tree | 2193e82dd31b1ae1cec0ea432787412885167042 /src/Game.hpp | |
| parent | d2e8cd4632562675be31b8d2a2de928e2c1ee64b (diff) | |
Added bombCheck method in Game
Diffstat (limited to 'src/Game.hpp')
| -rw-r--r-- | src/Game.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Game.hpp b/src/Game.hpp index 61a788e..e828780 100644 --- a/src/Game.hpp +++ b/src/Game.hpp @@ -20,6 +20,7 @@ public: void initDiff(int diff); void initBoard(); void displayBoard(); + void bombCheck(); void input(); }; |
