1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-16 09:28:24 +02:00

battlefields in VLC and custom bonuses for terrain patches

This commit is contained in:
Andrii Danylchenko
2022-06-28 11:05:30 +03:00
parent 3b1d271ae0
commit 4b4cc3cf4b
47 changed files with 645 additions and 221 deletions
+2
View File
@@ -19,6 +19,7 @@ class HeroClassService;
class HeroTypeService;
class SkillService;
class JsonNode;
class BattleFieldService;
namespace spells
{
@@ -48,6 +49,7 @@ public:
virtual const scripting::Service * scripts() const = 0;
virtual const spells::Service * spells() const = 0;
virtual const SkillService * skills() const = 0;
virtual const BattleFieldService * battlefields() const = 0;
virtual void updateEntity(Metatype metatype, int32_t index, const JsonNode & data) = 0;