diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 19:36:30 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-23 19:36:30 +0100 |
commit | 5a706fdfcbf801c72f4fb31ceee8dbef8b02e160 (patch) | |
tree | 52bcb478d7ffa9d607f33d42b8f253a4774fa4fb /inc/cub3d.h | |
parent | Ok (diff) | |
download | 42-cub3d-5a706fdfcbf801c72f4fb31ceee8dbef8b02e160.tar.gz 42-cub3d-5a706fdfcbf801c72f4fb31ceee8dbef8b02e160.tar.bz2 42-cub3d-5a706fdfcbf801c72f4fb31ceee8dbef8b02e160.tar.xz 42-cub3d-5a706fdfcbf801c72f4fb31ceee8dbef8b02e160.tar.zst 42-cub3d-5a706fdfcbf801c72f4fb31ceee8dbef8b02e160.zip |
Almost there
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 25b80ee..8fcafc6 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -160,7 +160,7 @@ uint8_t ft_use_args(int argc, const char *argv[], t_cub *clist); */ void ft_castray(t_cub *cl); -void ft_choose_tex(t_cub *clist); +void ft_choose_tex(uint16_t x, t_cub *clist); void ft_detect(t_cub *cl); void ft_detection_init_x(t_cub *cl); void ft_detection_init_y(t_cub *cl); |