From a19222c3f309105d9ea7d93fc4a95da6e5e68a33 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 9 Feb 2020 20:18:55 +0100 Subject: new file --- inc/cub3d.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index bc9f1bd..ce7b0c1 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -126,8 +126,7 @@ typedef struct s_cub */ int8_t ft_init_cub3d(t_cub **clist); -/* t_win *ft_init_win(void); */ -/* t_cub *ft_init_cub(void); */ +void ft_hooks_and_loops(t_win *wl, t_cub *cl); int ft_key_event(int keycode, t_cub *clist); int ft_click_close(int keycode, t_cub *clist); int ft_exit(uint8_t exit_code, t_cub *clist); -- cgit v1.2.3