From 8771817c18a1058c9524e8ba150d65e8fab20a03 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 8 Mar 2020 20:54:29 +0100 Subject: it will be done --- inc/cub3d_structs.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'inc') 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 -- cgit v1.2.3