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