diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 15:38:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-22 15:38:28 +0100 |
commit | 1363bda556bf08657bf19ff79e93319c17c22fc1 (patch) | |
tree | 9d67fd461d9dec00b65deba03aca94cda7cae0dd /inc | |
parent | Pretty bav (diff) | |
download | 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.gz 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.bz2 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.xz 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.tar.zst 42-cub3d-1363bda556bf08657bf19ff79e93319c17c22fc1.zip |
More norm
Diffstat (limited to 'inc')
-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 b8b6681..853eb5b 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -140,6 +140,7 @@ int ft_check_missing_sfx(t_cub *clist); int ft_missing_error(const char *err, t_cub *clist); int ft_map_error(const char *errmsg, t_cub *clist); size_t ft_get_line_len(char *line); +void ft_get_spawns(t_cub *cl); /* ** ====== ARGS ====== |