diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 00:36:59 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-03-04 00:36:59 +0100 |
commit | d5e6f1b3182816c5366515521413a5f837e7096d (patch) | |
tree | 05f5846a2595c720cf53e2728ecaddb52bd575d4 /src/ft_get_map_dims.c | |
parent | Chelou maps work, now sides check (diff) | |
download | 42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.tar.gz 42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.tar.bz2 42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.tar.xz 42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.tar.zst 42-cub3d-d5e6f1b3182816c5366515521413a5f837e7096d.zip |
The surrounds
Diffstat (limited to 'src/ft_get_map_dims.c')
-rw-r--r-- | src/ft_get_map_dims.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ft_get_map_dims.c b/src/ft_get_map_dims.c index a26a891..281f2fb 100644 --- a/src/ft_get_map_dims.c +++ b/src/ft_get_map_dims.c @@ -11,9 +11,6 @@ /* ************************************************************************** */ #include <libft.h> -#include <cub3d.h> -#include <stdlib.h> -#include <stddef.h> #include <stdint.h> size_t |