skip color hexa when parsing for real this time

This commit is contained in:
hugogogo
2021-07-25 13:59:18 +02:00
parent 9cfb43e7da
commit a429813165
6 changed files with 17 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ void draw_color_pixel(t_fdf *fdf, int new_x, int new_y, int z);
int keypress(int keycode, t_fdf *fdf);
void keypress_more(int keycode, t_fdf *fdf);
void position_state(t_fdf *fdf);
int is_color(char *color);
int **parse_map(t_fdf *fdf, int fd);
int *new_coordinates(t_fdf *fdf, int i, int j);
void draw_lines(t_fdf *fdf, int *start, int *end);