summaryrefslogtreecommitdiff
path: root/src/utils/utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/utils.hpp')
-rw-r--r--src/utils/utils.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/utils/utils.hpp b/src/utils/utils.hpp
deleted file mode 100644
index 19ae230..0000000
--- a/src/utils/utils.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <string>
-
-#ifndef UTILS_HPP
-
-class Utils{
- public:
- void input(std::string input);
-};
-
-#endif \ No newline at end of file