/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* map.h :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: qmennen +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/04/17 19:19:19 by qmennen #+# #+# */ /* Updated: 2025/04/17 19:23:59 by qmennen ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef MAP_H # define MAP_H # include "cub3d.h" int map_create(t_game **game); void map_free(t_map *map); #endif