diff options
author | salaaad2 <arthurdurant263@gmail.com> | 2020-02-19 20:22:27 +0100 |
---|---|---|
committer | salaaad2 <arthurdurant263@gmail.com> | 2020-02-19 20:22:27 +0100 |
commit | 4984514d2bab3b04790cba631dc7ef8bd8399eff (patch) | |
tree | b8c2c1bae9377f7aa2fdcf3c685834f7002b05c0 /inc/cub3d_structs.h | |
parent | Commit (diff) | |
download | 42-cub3d-4984514d2bab3b04790cba631dc7ef8bd8399eff.tar.gz 42-cub3d-4984514d2bab3b04790cba631dc7ef8bd8399eff.tar.bz2 42-cub3d-4984514d2bab3b04790cba631dc7ef8bd8399eff.tar.xz 42-cub3d-4984514d2bab3b04790cba631dc7ef8bd8399eff.tar.zst 42-cub3d-4984514d2bab3b04790cba631dc7ef8bd8399eff.zip |
asdasdasd :^)
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d_structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 18edfd8..9e19e2b 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -59,6 +59,8 @@ typedef struct s_player { float pos_x; float pos_y; + float start_x; + float start_y; float dir_x; float dir_y; float cam_x; |