aboutsummaryrefslogtreecommitdiffstats
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils.h b/utils.h
new file mode 100644
index 0000000..35c600a
--- /dev/null
+++ b/utils.h
@@ -0,0 +1,8 @@
+#ifndef UTILS_H
+#define UTILS_H
+
+namespace Utils {
+ char getch();
+}
+
+#endif