diff options
| author | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-26 16:56:03 +0100 |
|---|---|---|
| committer | dawidg81 <dawidgorski.m@gmail.com> | 2026-01-26 16:56:03 +0100 |
| commit | 445e27aa9479dbb269aaaf349ed830bcd88905ad (patch) | |
| tree | c3a68875917eb7b61ebc2cf8b4fcd4a8458aa437 | |
| parent | a07cb9c0d0f858ac159cc5c0117e3f3df23a5752 (diff) | |
utilities
| -rw-r--r-- | src/utils/utils.hpp | 10 |
1 files changed, 10 insertions, 0 deletions
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 <string> + +#ifndef UTILS_HPP + +class Utils{ + public: + void input(std::string input); +}; + +#endif
\ No newline at end of file |
