mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-09 10:56:32 +00:00
3d26549032
This was SVN commit r3802.
8 lines
119 B
C++
8 lines
119 B
C++
#ifndef __OUTPUT_H__
|
|
#define __OUTPUT_H__
|
|
|
|
#include "map.h"
|
|
|
|
void OutputMap(Map* map, const std::string& path);
|
|
|
|
#endif |