mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
This commit is contained in:
@@ -93,6 +93,7 @@ class CContentHandler
|
||||
/// local version of methods in ContentHandler
|
||||
void preloadModData(std::string modName, std::vector<std::string> fileList);
|
||||
void loadMod(std::string modName);
|
||||
void afterLoadFinalization();
|
||||
};
|
||||
|
||||
std::map<std::string, ContentTypeHandler> handlers;
|
||||
@@ -105,6 +106,9 @@ public:
|
||||
|
||||
/// actually loads data in mod
|
||||
void loadMod(std::string modName);
|
||||
|
||||
/// all data was loaded, time for final validation / integration
|
||||
void afterLoadFinalization();
|
||||
};
|
||||
|
||||
typedef std::string TModID;
|
||||
|
||||
Reference in New Issue
Block a user