From b0edb4219ea4df381d0235aa34b74799334aa0b2 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Wed, 28 Jan 2026 20:01:46 +0100 Subject: finished merging code and simplifying file structure --- src/Utils.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Utils.hpp (limited to 'src/Utils.hpp') diff --git a/src/Utils.hpp b/src/Utils.hpp new file mode 100644 index 0000000..e977db4 --- /dev/null +++ b/src/Utils.hpp @@ -0,0 +1,11 @@ +#include + +#ifndef UTILS_HPP + +class Utils{ + public: + int catchInputInt(int* input); + int catchReturn(int renum); +}; + +#endif -- cgit v1.2.3