diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-26 16:24:55 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-26 16:24:55 +0100 |
| commit | a07cb9c0d0f858ac159cc5c0117e3f3df23a5752 (patch) | |
| tree | 0330d3eaf8010873ef16a181a68f67b17981ef60 /src/game/edit.cpp | |
| parent | 11e83f577039ec03403720b416e7f8bd66606342 (diff) | |
more code fragmentation
Diffstat (limited to 'src/game/edit.cpp')
| -rw-r--r-- | src/game/edit.cpp | 9 |
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 |
