New folder structure
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/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);
|
||||
|
||||
Reference in New Issue
Block a user