From 192f2260f196914e0db07d4695dc85a859f24e26 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 16 Mar 2020 19:05:52 +0100 Subject: Still searching --- inc/cub3d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index b524b9a..6ca6f8b 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -35,7 +35,7 @@ t_bmp_file ft_init_bmp(void); t_bmp_info ft_init_bmp_info(void); t_rgb ft_hex_to_og_rgb(uint32_t color); int8_t ft_init_sfx(t_sfx *sfx); -t_sprite **ft_init_sprites(void); +int8_t ft_init_sprites(t_sprite ***sprites); /* ** ====== HOOKS ====== -- cgit v1.2.3