Home
last modified time | relevance | path

Searched refs:SECSKILL (Results 1 – 5 of 5) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/
H A Ddialog_levelup.cpp57 const fheroes2::Sprite & sprite_frame = fheroes2::AGG::GetICN( ICN::SECSKILL, 15 ); in DialogOneSecondary()
63 …const fheroes2::Sprite & sprite_skill = fheroes2::AGG::GetICN( ICN::SECSKILL, sec.GetIndexSprite1(… in DialogOneSecondary()
92 const fheroes2::Sprite & sprite_frame = fheroes2::AGG::GetICN( ICN::SECSKILL, 15 ); in DialogSelectSecondary()
93 …const fheroes2::Sprite & sprite_skill1 = fheroes2::AGG::GetICN( ICN::SECSKILL, sec1.GetIndexSprite… in DialogSelectSecondary()
94 …const fheroes2::Sprite & sprite_skill2 = fheroes2::AGG::GetICN( ICN::SECSKILL, sec2.GetIndexSprite… in DialogSelectSecondary()
H A Ddialog_skillinfo.cpp52 const fheroes2::Sprite & border = fheroes2::AGG::GetICN( ICN::SECSKILL, 15 ); in SecondarySkillInfo()
72 … const fheroes2::Sprite & sprite = fheroes2::AGG::GetICN( ICN::SECSKILL, skill.GetIndexSprite1() ); in SecondarySkillInfo()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/gui/
H A Dskill_bar.cpp197 const fheroes2::Sprite & sprite = fheroes2::AGG::GetICN( ICN::SECSKILL, 0 ); in SecondarySkillsBar()
207 fheroes2::Blit( fheroes2::AGG::GetICN( ICN::SECSKILL, 0 ), dstsf, pos.x, pos.y ); in RedrawBackground()
214 …N( ICN::MINISS, skill.GetIndexSprite2() ) : fheroes2::AGG::GetICN( ICN::SECSKILL, skill.GetIndexSp… in RedrawItem()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/agg/
H A Dicn.h617 SECSKILL, enumerator
H A Dicn.cpp155 …{ SECSKILL, "SECSKILL.ICN" }, { SHADOW32, "SHADOW32.ICN" }, { SHIELD, "SHIELD.ICN" }, { SHNGAN…