diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:01:46 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-28 20:01:46 +0100 |
| commit | b0edb4219ea4df381d0235aa34b74799334aa0b2 (patch) | |
| tree | 9607358416596125857b25394a267eb562e6fcc5 /src/Utils.hpp | |
| parent | 6ce59baf37e6f009fd6854b701f0e3795fa38dc8 (diff) | |
finished merging code and simplifying file structure
Diffstat (limited to 'src/Utils.hpp')
| -rw-r--r-- | src/Utils.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
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 <string> + +#ifndef UTILS_HPP + +class Utils{ + public: + int catchInputInt(int* input); + int catchReturn(int renum); +}; + +#endif |
