aboutsummaryrefslogtreecommitdiffstats
path: root/inc/cub3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r--inc/cub3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 7014e51..77ade74 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -120,8 +120,8 @@ uint8_t ft_use_args(int argc, const char *argv[],
*/
void ft_castray(t_cub *cl);
-void ft_floor_cast(t_cub *cl);
void ft_detect(t_cub *cl);
+void ft_floor_cast(uint16_t y, t_cub *cl);
/*
** ====== OTHER ======