This commit is contained in:
Leo Firmin
2025-10-05 06:31:06 +02:00
parent 8eea3162d5
commit a3e025e6b9
57 changed files with 189 additions and 11 deletions
+4
View File
@@ -36,6 +36,7 @@ typedef struct s_data_parsing
char **raw_map;
int fd_map;
int fd_map_dup;
int player[3];
} t_data_parsing;
//parsing
@@ -69,4 +70,7 @@ int get_rgb_values(char *line, int rgb[3]);
//check_colors
int check_colors(t_textures *texture);
int is_rgb(int color[3]);
// check_mao
int validate_map(char **map, int *player);
#endif