42_cube3D/map/parsing.h
Camille Chauvet e500e3f440 fix: leak
2023-05-05 14:49:04 +00:00

8 lines
111 B
C

#ifndef PARSING_H
# define PARSING_H
# include "map.h"
int map_parsing(const char *path, t_map *map);
#endif