selfmovespell.h 210 B

123456789
  1. #ifndef SELFMOVESPELL_H
  2. #define SELFMOVESPELL_H
  3. #include "spells\spell.h"
  4. class SelfMoveSpell : public Spell {
  5. void CastSpell(Cell* from, Cell* where, Unit* who, Unit* whom);
  6. };
  7. #endif // SELFMOVESPELL_H