mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +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
|
||||
CModInfo coreMod;
|
||||
|
||||
bool loadConfigFromFile(std::string name);
|
||||
void loadConfigFromFile(std::string name);
|
||||
|
||||
bool hasCircularDependency(TModID mod, std::set <TModID> currentList = std::set <TModID>()) const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user