summaryrefslogtreecommitdiff
path: root/src/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils.hpp')
-rw-r--r--src/Utils.hpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Utils.hpp b/src/Utils.hpp
deleted file mode 100644
index ffa44a6..0000000
--- a/src/Utils.hpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <string>
-
-#pragma once
-
-class Utils{
-public:
- int catchInputInt(int* input);
- int catchReturn(int renum);
-};