1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Provide encoding information to maps & campaigns loaders

This commit is contained in:
Ivan Savenko
2023-02-24 22:38:12 +02:00
parent bd70b6fabd
commit 4260726e4b
20 changed files with 121 additions and 68 deletions

View File

@@ -39,7 +39,7 @@ public:
*
* @param stream a stream containing the map data
*/
CMapLoaderH3M(CInputStream * stream);
CMapLoaderH3M(const std::string & mapName, const std::string & encodingName, CInputStream * stream);
/**
* Destructor.