0ad/source/tools/rmgen/output.h

8 lines
126 B
C++

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