diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 14:14:46 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-19 14:14:46 +0100 |
commit | 81a32dd145c3cb55b456ba6666de6c80ff5ac92c (patch) | |
tree | 505d3ef8352c555883eb94160507ccf5baed3860 /inc/cub3d.h | |
parent | Okok (diff) | |
download | 42-cub3d-81a32dd145c3cb55b456ba6666de6c80ff5ac92c.tar.gz 42-cub3d-81a32dd145c3cb55b456ba6666de6c80ff5ac92c.tar.bz2 42-cub3d-81a32dd145c3cb55b456ba6666de6c80ff5ac92c.tar.xz 42-cub3d-81a32dd145c3cb55b456ba6666de6c80ff5ac92c.tar.zst 42-cub3d-81a32dd145c3cb55b456ba6666de6c80ff5ac92c.zip |
Parsed weapons spawns
Diffstat (limited to 'inc/cub3d.h')
-rw-r--r-- | inc/cub3d.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |