From e821fb7ab1232349f0be023b08dafee75da02ea9 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Mon, 9 Mar 2020 21:01:07 +0100 Subject: Almost there --- inc/cub3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/cub3d.h') diff --git a/inc/cub3d.h b/inc/cub3d.h index 6201b91..7de1df7 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -77,6 +77,7 @@ void ft_sprite_height(t_cub *cl, t_sprite *sprite); void ft_calc_sprite(t_cub *cl); void ft_draw_sprite(t_cub *cl, t_sprite *sprite); void ft_get_sprite_spawn(t_cub *cl); +void ft_draw_skybox(t_cub *cl); /* ** ====== PARSING ====== -- cgit v1.2.3