mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Change callback interface
This commit is contained in:
@@ -275,7 +275,7 @@ public:
|
||||
void moveArmy(const CArmedInstance *src, const CArmedInstance *dst, bool allowMerging);
|
||||
const ObjectInstanceID putNewObject(Obj ID, int subID, int3 pos);
|
||||
|
||||
void castSpell(const CGHeroInstance *hero, SpellID spellID, const int3 &pos);
|
||||
void castSpell(const spells::Caster * caster, SpellID spellID, const int3 &pos);
|
||||
|
||||
template <typename Handler> void serialize(Handler &h, const int version)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user