1
0
forked from mirrors/0ad
Files
0ad/source/tools/rmgen/output.h
T

8 lines
119 B
C++

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