add new file for textures
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
/* nbr pixel player move */
|
||||
# define PLR_MV 2
|
||||
# define PLR_MV 1
|
||||
/* degree of rotation of the player per press */
|
||||
# define PLR_ROT 2
|
||||
/* nbr key you can press at the same time */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user