summaryrefslogtreecommitdiff
path: root/src/game/Game.hpp
diff options
context:
space:
mode:
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();