#include #include #include #include /* ** I can't close */ void ft_parse_map(t_win *wlist, t_cub *clist, const char *map_path) { int fd; (void)clist; fd = open(map_path, O_RDONLY); ft_get_res(fd, wlist); }