diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-25 17:01:43 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-25 17:01:43 +0100 |
| commit | f5d734e3420e216816a4ac5ef50d022bb4b4ab85 (patch) | |
| tree | 971a44caa54600289cd1b0713ce877041d406259 /src/game/globals.hpp | |
| parent | 19f02b9d85c8ada9cca07a87199f68e2a31b303c (diff) | |
reverted difficulty editing feature
Diffstat (limited to 'src/game/globals.hpp')
| -rw-r--r-- | src/game/globals.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/globals.hpp b/src/game/globals.hpp index 054dc6e..7518a84 100644 --- a/src/game/globals.hpp +++ b/src/game/globals.hpp @@ -15,6 +15,7 @@ private: int mines; public: + void editDiff(); void initDiff(int diff); void initBoard(); void displayBoard(); |
