diff options
-rw-r--r-- | src/input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h index 89a6e22..7bdc616 100644 --- a/src/input.h +++ b/src/input.h @@ -1,6 +1,9 @@ #ifndef _HV_MOUSE_H_ #define _HV_MOUSE_H_ +#include <idc.h> + +int input_event_handler(struct shit *me,char *line); int mouse_event_handler(); int keyboard_event_handler(); |