diff options
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) +{ +} |