From 81a32dd145c3cb55b456ba6666de6c80ff5ac92c Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 19 Mar 2020 14:14:46 +0100 Subject: Parsed weapons spawns --- inc/cub3d.h | 1 + 1 file changed, 1 insertion(+) (limited to 'inc') diff --git a/inc/cub3d.h b/inc/cub3d.h index aedd550..33c8bba 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -122,6 +122,7 @@ size_t ft_get_map_w(char **map); void ft_get_sprite_spawn(t_cub *clist); void ft_get_trap_spawn(t_cub *clist); void ft_get_heal_spawn(t_cub *clist); +void ft_get_weapon_spawn(t_cub *clist); int8_t ft_check_map_line(char *line, uint8_t l, t_cub *clist); int8_t ft_check_ext(const char *filep, const char *ext); int8_t ft_check_not_found(const char *path); -- cgit v1.2.3