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/game.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/game.cpp') diff --git a/src/game/game.cpp b/src/game/game.cpp index 4f4d1f9..463a84e 100644 --- a/src/game/game.cpp +++ b/src/game/game.cpp @@ -4,6 +4,12 @@ #include #include +using namespace std; + +void Game::editDiff(){ + cout << "Now editing custom difficulty" << endl; +} + void Game::initDiff(int diff) { switch (diff) { case 0: -- cgit v1.2.3