summaryrefslogtreecommitdiff
path: root/src/game/edit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/edit.cpp')
-rw-r--r--src/game/edit.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/edit.cpp b/src/game/edit.cpp
new file mode 100644
index 0000000..53605ca
--- /dev/null
+++ b/src/game/edit.cpp
@@ -0,0 +1,9 @@
+#include "Game.hpp"
+
+#include <cstdlib>
+#include <cstdio>
+#include <iostream>
+
+void Game::editDiff(){
+ std::cout << "Now editing custom difficulty" << std::endl;
+} \ No newline at end of file