diff options
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 909dcf8..e837a34 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -47,8 +47,9 @@ int ft_exit(uint8_t exit_code, t_win *wlist); void ft_drawsquare(t_win *wlist, int a, int b); int ft_get_res(int fd, t_win *wlist); int ft_get_tex(int fd, t_win *wlist); +int ft_get_sprite_tex(int fd, t_win *wlist); void ft_free_words(char **words); -int ft_map_error(unsigned int line, t_win *wlist); +int ft_map_error(unsigned int linum, t_win *wlist); int ft_init_winlx(t_win *wlist); #endif |