diff options
author | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-01-23 16:16:50 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p3.le-101.fr> | 2020-01-23 16:16:50 +0100 |
commit | 676cdc452bf3f54f0013400fcf6adce9c8990150 (patch) | |
tree | 0b9f7f5a368106e66fa0bda5ff0b4daca1db65f4 /src/ft_parse_map.c | |
parent | Trying to close (diff) | |
download | 42-cub3d-676cdc452bf3f54f0013400fcf6adce9c8990150.tar.gz 42-cub3d-676cdc452bf3f54f0013400fcf6adce9c8990150.tar.bz2 42-cub3d-676cdc452bf3f54f0013400fcf6adce9c8990150.tar.xz 42-cub3d-676cdc452bf3f54f0013400fcf6adce9c8990150.tar.zst 42-cub3d-676cdc452bf3f54f0013400fcf6adce9c8990150.zip |
nice
Diffstat (limited to '')
-rw-r--r-- | src/ft_parse_map.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c new file mode 100644 index 0000000..b600849 --- /dev/null +++ b/src/ft_parse_map.c @@ -0,0 +1,8 @@ +#include <libft.h> +#include <cub3d.h> +#include <stdlib.h> + +void +ft_parse_map(t_cublist *clist) +{ +} |