aboutsummaryrefslogtreecommitdiff
path: root/src/Input.h
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-02-23 00:37:47 -0500
committerfrosty <gabriel@bwaaa.monster>2026-02-23 00:37:47 -0500
commit3add5ed8899a8f4a442c249913602de6b7d60732 (patch)
treee4f864b1f4d41aa258c8b678b00a7d9ed69640f7 /src/Input.h
downloadinsel-3add5ed8899a8f4a442c249913602de6b7d60732.tar.gz
billions must commit
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