1
0
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:
Macron1Robot 2014-04-28 23:17:24 +04:00
parent 13ea6e39f0
commit 324bb3c98d

View File

@ -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;