From 4286b43e9e35242b03f5a38af1099f77901c0b3e Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 24 Jan 2020 18:19:20 +0100 Subject: Much cleaner --- inc/cub3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/cub3d.h') diff --git a/inc/cub3d.h b/inc/cub3d.h index 80f89bb..909dcf8 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -41,7 +41,7 @@ typedef struct s_win t_win *ft_init_win(void); t_cub *ft_init_cub(void); -void ft_parse_map(t_win *wlist, const char *map_path); +void ft_parse_map(const char *map_path, t_win *wlist); int ft_key_event(int keycode, void *param); int ft_exit(uint8_t exit_code, t_win *wlist); void ft_drawsquare(t_win *wlist, int a, int b); -- cgit v1.2.3