diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-01 22:54:56 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-01 22:54:56 +0100 |
commit | 459016417094600407756ebe7d387cdc5e4ca6d2 (patch) | |
tree | 1a0963fe89f5fa9e173198cd143c5c5ef142952c /inc/cub3d.h | |
parent | Cool code man (diff) | |
download | 42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.tar.gz 42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.tar.bz2 42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.tar.xz 42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.tar.zst 42-cub3d-459016417094600407756ebe7d387cdc5e4ca6d2.zip |
Norme
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 739972e..0b3e21c 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -113,5 +113,11 @@ int8_t ft_warp_level(t_cub *cl); int ft_exit(uint8_t exit_code, t_cub *clist); uint32_t ft_rgb_to_hex(t_rgb rgb); +/* +** ====== ARGS ====== +*/ + +uint8_t ft_check_map_arg(int argc, const char *argv[]); +uint8_t ft_use_args(int argc, const char *argv[], t_cub *clist); # endif |