aboutsummaryrefslogtreecommitdiff
path: root/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'cub3d.h')
-rw-r--r--cub3d.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cub3d.h b/cub3d.h
index 3151574..e57fea3 100644
--- a/cub3d.h
+++ b/cub3d.h
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/11/15 06:40:37 by cacharle #+# #+# */
-/* Updated: 2020/01/16 08:08:16 by cacharle ### ########.fr */
+/* Updated: 2020/01/17 14:00:00 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
#include <stdio.h>
@@ -186,7 +186,8 @@ t_bool parse_ceilling_color(t_state *state, char *line);
** event.c
*/
-int event_keydown(int key, void *param);
+int event_keydown(int key, t_state *state);
+int event_quit(t_state *state);
/*
** state.c