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