42_cube3D/map/parsing.h

8 lines
102 B
C
Raw Normal View History

2023-05-03 07:09:06 -04:00
#ifndef PARSING_H
# define PARSING_H
# include "map.h"
t_map *map_parsing(const char *path);
#endif