1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

Define basic design of output streams

This commit is contained in:
AlexVinS
2015-08-08 17:30:19 +03:00
committed by AlexVinS
parent adc271d7b3
commit 221ec55f51
6 changed files with 114 additions and 32 deletions

View File

@@ -180,3 +180,10 @@ void CMapLoaderJson::readPlayerInfo()
{
assert(0); // Not implemented
}
///CMapSaverJson
void CMapSaverJson::saveMap(const std::unique_ptr<CMap>& map)
{
}