diff options
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index cf8b6fa..aff5663 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -138,6 +138,11 @@ typedef struct s_ray uint8_t hit; double wall_hit_x; double step_tex_v; + float x_f_ray_dir; + float y_f_ray_dir; + float x_f_ray_dir_bis; + float y_f_ray_dir_bis; + uint16_t p; } t_ray; typedef struct s_map |