parsing ok

This commit is contained in:
hugogogo
2021-07-24 15:26:48 +02:00
parent 0bf59a09b9
commit 04ef5aab68
8 changed files with 68 additions and 94 deletions

View File

@@ -47,7 +47,7 @@ void draw_pixel(t_fdf *fdf, int x, int y, int color);
void draw_color_pixel(t_fdf *fdf, int new_x, int new_y, int z);
int keypress(int keycode, t_fdf *fdf);
void position_state(t_fdf *fdf);
int **parse_map(t_fdf *fdf, char **av);
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);
void draw_grid(t_fdf *fdf, int i, int j);