aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_parse_map.c
blob: b600849fca6e4cc7097b93c59123b68e6a0c43c5 (plain)
1
2
3
4
5
6
7
8
#include <libft.h>
#include <cub3d.h>
#include <stdlib.h>

void
ft_parse_map(t_cublist *clist)
{
}