Fixing header and lst_textures.c
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/11/25 19:47:02 by aortigos #+# #+# */
|
||||
/* Updated: 2025/12/04 10:04:49 by aortigos ### ########.fr */
|
||||
/* Updated: 2025/12/04 10:34:18 by aortigos ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -42,7 +42,7 @@ void free_map(t_data *data);
|
||||
void free_m(t_mlx *mlx);
|
||||
void freelist(t_turelist **txture);
|
||||
|
||||
// textures.c
|
||||
// lst_textures.c
|
||||
int get_index(char *line, int i);
|
||||
t_turelist *new_texture(char *line);
|
||||
void lst_back_ture(t_turelist **l_ture, t_turelist *new);
|
||||
@@ -55,5 +55,11 @@ char *getmap(t_data *map);
|
||||
int read_map_(t_data *map, int count);
|
||||
void process_map(t_data *map, int *count);
|
||||
|
||||
// read_map_utils.c
|
||||
int check_tures_space_tab(char **ture2d, int count);
|
||||
int parse_rgb(char **ture2d);
|
||||
int check_dup(t_data *m);
|
||||
int check_first_last_line(char **map);
|
||||
int surrounded_by_one(char **map);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user