diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 19:07:38 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 19:07:38 +0100 |
commit | 8c3b79c41048539d01f689d2fd3262b9b08ed00b (patch) | |
tree | 8caf2d580961f59d35dd7df70a7825c79f1a6706 /src/ft_check_map_line.c | |
parent | Added player list (diff) | |
download | 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.tar.gz 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.tar.bz2 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.tar.xz 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.tar.zst 42-cub3d-8c3b79c41048539d01f689d2fd3262b9b08ed00b.zip |
Parsed player spawn
Diffstat (limited to 'src/ft_check_map_line.c')
-rw-r--r-- | src/ft_check_map_line.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ft_check_map_line.c b/src/ft_check_map_line.c index 13baaef..1368b63 100644 --- a/src/ft_check_map_line.c +++ b/src/ft_check_map_line.c @@ -13,6 +13,7 @@ #include <libft.h> #include <cub3d.h> +#include <stddef.h> #include <stdint.h> size_t |