diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-02-23 00:37:47 -0500 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-02-23 00:37:47 -0500 |
| commit | 3add5ed8899a8f4a442c249913602de6b7d60732 (patch) | |
| tree | e4f864b1f4d41aa258c8b678b00a7d9ed69640f7 /src/Input.h | |
| download | insel-3add5ed8899a8f4a442c249913602de6b7d60732.tar.gz | |
billions must commit
Diffstat (limited to 'src/Input.h')
| -rw-r--r-- | src/Input.h | 7 |
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 |
