diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index be40e49..ead1b52 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -48,6 +48,7 @@ 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); +int ft_get_colors(int fd, t_win *wlist); void ft_check_empty_line(int fd, unsigned int linum, t_win *wlist); |