mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Merge pull request #2757 from IvanSavenko/filesystem_refactor
Filesystem refactor - part 1
This commit is contained in:
@@ -20,7 +20,7 @@ class JsonNode;
|
||||
class IHandlerBase;
|
||||
class CIdentifierStorage;
|
||||
class CContentHandler;
|
||||
class ResourceID;
|
||||
class ResourcePath;
|
||||
|
||||
using TModID = std::string;
|
||||
|
||||
@@ -63,7 +63,7 @@ public:
|
||||
void loadModFilesystems();
|
||||
|
||||
/// returns ID of mod that provides selected file resource
|
||||
TModID findResourceOrigin(const ResourceID & name);
|
||||
TModID findResourceOrigin(const ResourcePath & name);
|
||||
|
||||
std::string getModLanguage(const TModID & modId) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user