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