diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 15:10:56 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-09 15:10:56 +0100 |
commit | 427f42c41885c29d6859ebd947817af10ebb09ee (patch) | |
tree | 6b7c24066d49a412742cf08aabe574bbb38a5d90 /inc/cub3d.h | |
parent | Preparing to parse the darkness (diff) | |
download | 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.gz 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.bz2 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.xz 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.tar.zst 42-cub3d-427f42c41885c29d6859ebd947817af10ebb09ee.zip |
Best parser
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 f851f5e..39df1ea 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -93,6 +93,7 @@ int8_t ft_get_f_color(char **words, t_cub *clist); int8_t ft_get_f_tex(char **words, t_cub *clist); int8_t ft_get_c_color(char **words, t_cub *clist); int8_t ft_get_c_tex(char **words, t_cub *clist); +int8_t ft_get_darkness(char **words, t_cub *clist); int8_t ft_get_path_nl(char **words, t_cub *clist); int8_t ft_get_tex_nl(char **words, t_cub *clist); int8_t ft_get_music(char **words, t_cub *clist); |