From 36c540d12683633b77f6acda658fe4517eb674a5 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sun, 8 Mar 2020 20:44:41 +0100 Subject: Clean af --- inc/cub3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/cub3d.h') 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 ====== -- cgit v1.2.3