aboutsummaryrefslogtreecommitdiff
path: root/src/Input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Input.h')
-rw-r--r--src/Input.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Input.h b/src/Input.h
new file mode 100644
index 0000000..eefd6d0
--- /dev/null
+++ b/src/Input.h
@@ -0,0 +1,7 @@
+#ifndef INSEL_INPUT_H
+#define INSEL_INPUT_H
+
+void filter_items(void);
+void handle_input(void);
+
+#endif