From a07cb9c0d0f858ac159cc5c0117e3f3df23a5752 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 26 Jan 2026 16:24:55 +0100 Subject: more code fragmentation --- src/game/edit.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/game/edit.cpp (limited to 'src/game/edit.cpp') 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 +#include +#include + +void Game::editDiff(){ + std::cout << "Now editing custom difficulty" << std::endl; +} \ No newline at end of file -- cgit v1.2.3