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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user