diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:42:04 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-03-09 20:42:04 +0100 |
commit | 35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4 (patch) | |
tree | f7c16c9e2d31a1c6c81e82df96f9c68769c16ae9 /inc/cub3d.h | |
parent | in progress (diff) | |
download | 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.tar.gz 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.tar.bz2 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.tar.xz 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.tar.zst 42-cub3d-35a7b48f99b64ddbd23eb1a264df7ea453b3f9a4.zip |
In progress, Makefile was bav back then
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 f255b00..6201b91 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -99,6 +99,7 @@ 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_skybox(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); size_t ft_get_map_h(char **map); |