#ifndef __OUTPUT_H__ #define __OUTPUT_H__ #include "map.h" void OutputMap(Map* map, const std::string& path); #endif