From 445e27aa9479dbb269aaaf349ed830bcd88905ad Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 26 Jan 2026 16:56:03 +0100 Subject: utilities --- src/utils/utils.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/utils/utils.hpp diff --git a/src/utils/utils.hpp b/src/utils/utils.hpp new file mode 100644 index 0000000..19ae230 --- /dev/null +++ b/src/utils/utils.hpp @@ -0,0 +1,10 @@ +#include + +#ifndef UTILS_HPP + +class Utils{ + public: + void input(std::string input); +}; + +#endif \ No newline at end of file -- cgit v1.2.3