From b492bfb0d4cafe69edf69f196911f1b0e64c43df Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 26 Jan 2026 17:15:33 +0100 Subject: added utilities; recovered custom difficulty editing --- src/game/Game.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Game.hpp') 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(); -- cgit v1.2.3