mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-08 03:04:44 +00:00
b772559fbe
This was SVN commit r2300.
8 lines
126 B
C++
8 lines
126 B
C++
#ifndef __OUTPUT_H__
|
|
#define __OUTPUT_H__
|
|
|
|
#include "map.h"
|
|
|
|
void OutputMap(Map* map, const std::string& path);
|
|
|
|
#endif |