From b492bfb0d4cafe69edf69f196911f1b0e64c43df Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 26 Jan 2026 17:15:33 +0100 Subject: added utilities; recovered custom difficulty editing --- src/utils/utils.hpp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/utils/utils.hpp (limited to 'src/utils/utils.hpp') diff --git a/src/utils/utils.hpp b/src/utils/utils.hpp deleted file mode 100644 index 19ae230..0000000 --- a/src/utils/utils.hpp +++ /dev/null @@ -1,10 +0,0 @@ -#include - -#ifndef UTILS_HPP - -class Utils{ - public: - void input(std::string input); -}; - -#endif \ No newline at end of file -- cgit v1.2.3