From bec06f4323a2cb2c0bc1594df797c529a35d41e2 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 29 Jan 2020 16:09:52 +0100 Subject: Got colors --- inc/cub3d.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'inc/cub3d.h') diff --git a/inc/cub3d.h b/inc/cub3d.h index e0b2f79..b33d040 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -57,7 +57,8 @@ int ft_get_tex_so(char **words, t_cub *clist); int ft_get_tex_ea(char **words, t_cub *clist); int ft_get_tex_we(char **words, t_cub *clist); int ft_get_sprite(char **words, t_cub *clist); -int ft_get_colors(int fd, t_cub *clist); +int ft_get_f_color(char **words, t_cub *clist); +int ft_get_c_color(char **words, t_cub *clist); int ft_get_map(int fd, t_cub *clist); void ft_check_empty_line(int fd, unsigned int linum, -- cgit v1.2.3