aboutsummaryrefslogtreecommitdiff
path: root/src/Input.h
blob: eefd6d07a1b10c0d8da40f05d3441dfed2d02013 (plain)
1
2
3
4
5
6
7
#ifndef INSEL_INPUT_H
#define INSEL_INPUT_H

void filter_items(void);
void handle_input(void);

#endif