2push
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user