aboutsummaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorsalaaad2 <arthurdurant263@gmail.com>2020-02-18 16:18:09 +0100
committersalaaad2 <arthurdurant263@gmail.com>2020-02-18 16:18:09 +0100
commita25845a1e0c96111f42e96c9c87d33f0c42180bc (patch)
tree557039e0285cc74f88506d666bee21308a8d3921 /inc
parentMerge branch 'textures_continued' (diff)
download42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.tar.gz
42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.tar.bz2
42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.tar.xz
42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.tar.zst
42-cub3d-a25845a1e0c96111f42e96c9c87d33f0c42180bc.zip
hmmmmmmmmmmm
Diffstat (limited to 'inc')
-rw-r--r--inc/cub3d_structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index 908b007..e2d5100 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -85,6 +85,7 @@ typedef struct s_ray
double wall_hit_x;
int tex_x;
int tex_y;
+ double step_tex_v;
} t_ray;
typedef struct s_map