diff options
author | Rudy Bousset <rbousset@z2r6p3.le-101.fr> | 2020-03-08 20:54:29 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r6p3.le-101.fr> | 2020-03-08 20:54:41 +0100 |
commit | 8771817c18a1058c9524e8ba150d65e8fab20a03 (patch) | |
tree | 3fe68616719dd502f72045425a67221bdfa67472 /inc | |
parent | Clean af (diff) | |
download | 42-cub3d-8771817c18a1058c9524e8ba150d65e8fab20a03.tar.gz 42-cub3d-8771817c18a1058c9524e8ba150d65e8fab20a03.tar.bz2 42-cub3d-8771817c18a1058c9524e8ba150d65e8fab20a03.tar.xz 42-cub3d-8771817c18a1058c9524e8ba150d65e8fab20a03.tar.zst 42-cub3d-8771817c18a1058c9524e8ba150d65e8fab20a03.zip |
it will be done
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 |