1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Initial implementation of new team settings format

This commit is contained in:
AlexVinS
2015-11-13 04:01:14 +03:00
parent 6f203fb7e2
commit 8493d0cded
3 changed files with 113 additions and 30 deletions

View File

@@ -145,6 +145,6 @@ public:
/**
* Saves the VCMI/H3 map file.
*
*/
*/
virtual void saveMap(const std::unique_ptr<CMap> & map) = 0;
};