summaryrefslogtreecommitdiff
path: root/src/game/Game.hpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-26 17:15:33 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-26 17:15:33 +0100
commitb492bfb0d4cafe69edf69f196911f1b0e64c43df (patch)
tree3efa371f146aa98eb4c712137ee07a8199520816 /src/game/Game.hpp
parent445e27aa9479dbb269aaaf349ed830bcd88905ad (diff)
added utilities; recovered custom difficulty editing
Diffstat (limited to 'src/game/Game.hpp')
-rw-r--r--src/game/Game.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Game.hpp b/src/game/Game.hpp
index 7518a84..767ab94 100644
--- a/src/game/Game.hpp
+++ b/src/game/Game.hpp
@@ -15,7 +15,7 @@ private:
int mines;
public:
- void editDiff();
+ int editDiff();
void initDiff(int diff);
void initBoard();
void displayBoard();