Home
last modified time | relevance | path

Searched defs:CSpell (Results 1 – 12 of 12) sorted by relevance

/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dcommands.h49 class CSpell; variable
H A Dactions.h90 class CSpell; variable
H A Ditem.h51 class CSpell; variable
H A Dspells.h56 class CSpell; variable
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/spell/
H A Dspell_retrain.cpp63 /* virtual */ int Spell_Retrain::Cast(CUnit &caster, const CSpell &, CUnit *, const Vec2i &goalPos,… in Cast()
H A Dspell_spawnportal.cpp77 /* virtual */ int Spell_SpawnPortal::Cast(CUnit &caster, const CSpell &, CUnit *, const Vec2i &goal… in Cast()
H A Dspell_areabombardment.cpp87 /* virtual */ int Spell_AreaBombardment::Cast(CUnit &caster, const CSpell &, CUnit *, const Vec2i &… in Cast()
H A Dspell_demolish.cpp100 /* virtual */ int Spell_Demolish::Cast(CUnit &caster, const CSpell &, CUnit *, const Vec2i &goalPos… in Cast()
H A Dspell_adjustvariable.cpp205 /* virtual */ int Spell_AdjustVariable::Cast(CUnit &caster, const CSpell &, CUnit *target, const Ve… in Cast()
H A Dspell_spawnmissile.cpp276 /* virtual */ int Spell_SpawnMissile::Cast(CUnit &caster, const CSpell &, CUnit *target, const Vec2… in Cast()
H A Dspells.cpp291 CSpell::CSpell(int slot, const std::string &ident) : in CSpell() function in CSpell
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/unit/
H A Dunit.h60 class CSpell; variable