diff options
Diffstat (limited to 'src/Utils/Utils.hpp')
| -rw-r--r-- | src/Utils/Utils.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Utils/Utils.hpp b/src/Utils/Utils.hpp new file mode 100644 index 0000000..7df9e3d --- /dev/null +++ b/src/Utils/Utils.hpp @@ -0,0 +1,11 @@ +#include <string> + +#ifndef UTILS_HPP + +class Utils{ + public: + int catchInputInt(int input); + int catchReturn(int renum); +}; + +#endif
\ No newline at end of file |
