summaryrefslogtreecommitdiff
path: root/src/game/game.cpp
diff options
context:
space:
mode:
authordawidg81 <dawidgorski.m@gmail.com>2026-01-25 17:01:43 +0100
committerdawidg81 <dawidgorski.m@gmail.com>2026-01-25 17:01:43 +0100
commitf5d734e3420e216816a4ac5ef50d022bb4b4ab85 (patch)
tree971a44caa54600289cd1b0713ce877041d406259 /src/game/game.cpp
parent19f02b9d85c8ada9cca07a87199f68e2a31b303c (diff)
reverted difficulty editing feature
Diffstat (limited to 'src/game/game.cpp')
-rw-r--r--src/game/game.cpp6
1 files changed, 6 insertions, 0 deletions
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 <cstdio>
#include <iostream>
+using namespace std;
+
+void Game::editDiff(){
+ cout << "Now editing custom difficulty" << endl;
+}
+
void Game::initDiff(int diff) {
switch (diff) {
case 0: