29 #include "saga2/spells.h" 54 bool validTarget(GameObject *enactor,
60 bool nonTargeted(SkillProto *spell);
63 bool nonUsable(SkillProto *spell);
67 SkillProto *skillProtoFromID(int16 spellOrObjectID);
71 void initializeSkill(SkillProto *oNo, SpellID sNo);
85 bool canCast(GameObject *enactor, SkillProto *spell);
88 bool castUntargetedSpell(GameObject *enactor, SkillProto *spell);
91 bool castSpell(GameObject *enactor, Location &target, SkillProto *spell);
92 bool castSpell(GameObject *enactor, ActiveItem *target, SkillProto *spell);
93 bool castSpell(GameObject *enactor, GameObject *target, SkillProto *spell);
96 bool implementSpell(GameObject *enactor, Location &target, SkillProto *spell);
97 bool implementSpell(GameObject *enactor, ActiveItem *target, SkillProto *spell);
98 bool implementSpell(GameObject *enactor, GameObject *target, SkillProto *spell);
101 void initSpellState();
104 void cleanupSpellState();
Definition: savefile.h:54