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