mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Update CModHandler.h
Returned type of loadConfigFromFile back to void
This commit is contained in:
@@ -199,7 +199,7 @@ class DLL_LINKAGE CModHandler
|
||||
std::vector <TModID> activeMods;//active mods, in order in which they were loaded
|
||||
CModInfo coreMod;
|
||||
|
||||
bool loadConfigFromFile(std::string name);
|
||||
void loadConfigFromFile(std::string name);
|
||||
|
||||
bool hasCircularDependency(TModID mod, std::set <TModID> currentList = std::set <TModID>()) const;
|
||||
|
||||
|
Reference in New Issue
Block a user