42_cube3D/map/parsing.h

20 lines
1003 B
C
Raw Permalink Normal View History

2023-05-16 13:12:54 -04:00
/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* parsing.h :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: cchauvet <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/05/16 14:54:09 by cchauvet #+# #+# */
/* Updated: 2023/05/16 14:54:10 by cchauvet ### ########.fr */
/* */
/* ************************************************************************** */
2023-05-03 07:09:06 -04:00
#ifndef PARSING_H
# define PARSING_H
# include "map.h"
2023-05-05 10:49:04 -04:00
int map_parsing(const char *path, t_map *map);
2023-05-03 07:09:06 -04:00
#endif