From d7be99a2cd8d35862bba45322691004e146b673c Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Wed, 29 Jan 2020 18:32:31 +0100 Subject: Changed names --- inc/cub3d.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index 01dcd76..40475eb 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -60,8 +60,8 @@ int ft_get_tex_we(char **words, t_cub *clist); int ft_get_sprite(char **words, 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_first_line(char *line, t_cub *clist); -int ft_get_map(int fd, t_cub *clist); +int ft_get_map_first_line(char *line, t_cub *clist); +int ft_get_map_core(int fd, t_cub *clist); int ft_check_missing(t_cub *clist); int ft_missing_error(const char *err, t_cub *clist); void ft_free_words(char **words); -- cgit v1.2.3