mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-13 11:40:38 +02:00
Fix build
This commit is contained in:
parent
b9f4c557fa
commit
215a82d2fc
@ -82,6 +82,7 @@ public:
|
|||||||
bool swapGarrisonOnSiege(ObjectInstanceID tid) override {return false;}
|
bool swapGarrisonOnSiege(ObjectInstanceID tid) override {return false;}
|
||||||
void giveHeroBonus(GiveBonus * bonus) override {}
|
void giveHeroBonus(GiveBonus * bonus) override {}
|
||||||
void setMovePoints(SetMovePoints * smp) override {}
|
void setMovePoints(SetMovePoints * smp) override {}
|
||||||
|
void setMovePoints(ObjectInstanceID hid, int val, bool absolute) override {};
|
||||||
void setManaPoints(ObjectInstanceID hid, int val) override {}
|
void setManaPoints(ObjectInstanceID hid, int val) override {}
|
||||||
void giveHero(ObjectInstanceID id, PlayerColor player, ObjectInstanceID boatId = ObjectInstanceID()) override {}
|
void giveHero(ObjectInstanceID id, PlayerColor player, ObjectInstanceID boatId = ObjectInstanceID()) override {}
|
||||||
void changeObjPos(ObjectInstanceID objid, int3 newPos, const PlayerColor & initiator) override {}
|
void changeObjPos(ObjectInstanceID objid, int3 newPos, const PlayerColor & initiator) override {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user