mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-21 21:17:49 +02:00
Add a comment
This commit is contained in:
parent
954a2abb71
commit
0c87d0a26c
@ -83,6 +83,11 @@ public:
|
|||||||
*/
|
*/
|
||||||
static ModCompatibilityInfo verifyMapHeaderMods(const CMapHeader & map);
|
static ModCompatibilityInfo verifyMapHeaderMods(const CMapHeader & map);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Saves map into VCMI format with name specified
|
||||||
|
* @param map to save
|
||||||
|
* @param fullPath full path to file to write, including extension
|
||||||
|
*/
|
||||||
void saveMap(const std::unique_ptr<CMap> & map, boost::filesystem::path fullPath) const;
|
void saveMap(const std::unique_ptr<CMap> & map, boost::filesystem::path fullPath) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user