aboutsummaryrefslogtreecommitdiffstats
path: root/src/ft_get_map_redo.c
blob: 9b7793b7d13da154ff4290105366230b20410df0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <libft.h>
#include <cub3d.h>
#include <stddef.h>
#include <stdlib.h>

int
ft_get_map(int fd, t_cub *clist)
{
	(void)fd;
	(void)clist;
	return (0);
}