diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |