New folder structure

This commit is contained in:
2025-12-15 10:28:50 +01:00
parent 7dd0523007
commit 09f2b2ccb0
11 changed files with 35 additions and 35 deletions

View File

@@ -6,7 +6,7 @@
/* By: aortigos <aortigos@student.42malaga.com +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/11/25 19:47:02 by aortigos #+# #+# */
/* Updated: 2025/12/11 20:02:51 by aortigos ### ########.fr */
/* Updated: 2025/12/15 10:27:21 by aortigos ### ########.fr */
/* */
/* ************************************************************************** */
@@ -89,7 +89,7 @@ typedef struct s_data
int fd;
char *line;
char *ture;
char **ture2d;
char **texture2d;
char *map;
char **map2d;
char **sq_map;
@@ -138,8 +138,8 @@ 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_tures_space_tab(char **texture2d, int count);
int parse_rgb(char **texture2d);
int check_dup(t_data *m);
int check_first_last_line(char **map);
int surrounded_by_one(char **map);