mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 21:34:08 -07:00
8 lines
No EOL
119 B
C++
8 lines
No EOL
119 B
C++
#ifndef __OUTPUT_H__
|
|
#define __OUTPUT_H__
|
|
|
|
#include "map.h"
|
|
|
|
void OutputMap(Map* map, const std::string& path);
|
|
|
|
#endif |