Home
last modified time | relevance | path

Searched refs:GetInitialSpell (Results 1 – 4 of 4) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/heroes/
H A Dskill.h164 static int GetInitialSpell( int race );
H A Dheroes_base.cpp164 const Spell spell = Skill::Primary::GetInitialSpell( race ); in LoadDefaults()
171 const Spell spell = Skill::Primary::GetInitialSpell( race ); in LoadDefaults()
H A Dskill.cpp98 int Skill::Primary::GetInitialSpell( int race ) in GetInitialSpell() function in Skill::Primary
H A Dheroes.cpp350 Spell spell = Skill::Primary::GetInitialSpell( _race ); in PostLoad()