summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/utils.hpp10
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