From 69773438b156d74db51287301ae0fdb456fec0a2 Mon Sep 17 00:00:00 2001 From: Rudy Bousset Date: Sat, 29 Feb 2020 20:39:06 +0100 Subject: Argv in progress --- 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 f534fe8..c1ed9c3 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -86,5 +86,6 @@ void ft_music(t_cub *cl); void ft_draw_sprite(t_cub *cl, int i); int8_t ft_warp_level(t_cub *cl); t_rgb ft_init_rgb(void); +void ft_save_to_bmp(void); # endif -- cgit v1.2.3