fixed input system (callback added), more ivac tests
[my-code/ivac.git] / src / ivac.h
index 76844f5..9cbced9 100644 (file)
@@ -33,5 +33,6 @@ typedef struct s_ivac {
 /* function prototypes */
 int ivac_event_cb(t_event *event,void *ptr);
 int ivac_regular_cb(t_event *event,void *ptr);
+int ivac_display(t_input *input,void *ptr);
 
 #endif