add new file for textures

This commit is contained in:
hugogogo
2022-05-01 21:07:11 +02:00
parent 858af3d1c1
commit 43852938c4
5 changed files with 47 additions and 34 deletions

View File

@@ -86,5 +86,7 @@ void draw(t_game *game);
void raycast(t_game *game, t_rcast *rcast);
// ray_intersect.c
void ray_intersect(t_game *game, t_rcast *rcast, t_vec *ray);
// draw_column.c
void draw_column(t_game *game, t_rcast *rcast);
#endif