From f5d734e3420e216816a4ac5ef50d022bb4b4ab85 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sun, 25 Jan 2026 17:01:43 +0100 Subject: reverted difficulty editing feature --- src/game/globals.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/globals.hpp') 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(); -- cgit v1.2.3