From c8e12617e07762d65bc7c74ecc55e279c3267b84 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 30 Mar 2020 16:50:13 +0200 Subject: Commit --- 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 02cb20d..85e2ab3 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -38,6 +38,7 @@ t_rgb ft_hex_to_og_rgb(uint32_t color); int8_t ft_init_sfx(t_cub *cl); int8_t ft_init_sprites(t_sprite ***sprites); int8_t ft_init_weaps(t_sprite ***weaps); +int8_t ft_init_bad_boys(t_cub *cl); /* ** ====== HOOKS ====== -- cgit v1.2.3