8 lines
102 B
C
8 lines
102 B
C
#ifndef PARSING_H
|
|
# define PARSING_H
|
|
# include "map.h"
|
|
|
|
t_map *map_parsing(const char *path);
|
|
|
|
#endif
|