From 3a6bed0d03a3e73a6ad2704d1f858174520863c6 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Thu, 23 Jan 2020 17:36:01 +0100 Subject: window now closes --- inc/cub3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index eaac735..ca12f8a 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -17,5 +17,6 @@ typedef struct s_cublist t_cublist *ft_init_cublist(void); t_winlist *ft_init_winlist(void); void ft_parse_map(t_cublist *clist); +int ft_key_event(int keycode, void *param); #endif -- cgit v1.2.3