1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-25 00:37:24 +02:00

Merge pull request #1694 from vcmi/extra_rmg_monoliths

This could be controversial solution, but since there were no objections, I'll give it a shot.
This commit is contained in:
DjWarmonger
2023-03-25 18:38:06 +01:00
committed by GitHub
4 changed files with 59 additions and 7 deletions

View File

@ -292,6 +292,8 @@ class DLL_LINKAGE CObjectClassesHandler : public IHandlerBase
ObjectClass * loadFromJson(const std::string & scope, const JsonNode & json, const std::string & name, size_t index);
void generateExtraMonolithsForRMG();
public:
CObjectClassesHandler();
~CObjectClassesHandler();