Home
last modified time | relevance | path

Searched refs:WELLXTRA (Results 1 – 6 of 6) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/
H A Dcastle_mageguild.cpp155 fheroes2::Blit( fheroes2::AGG::GetICN( ICN::WELLXTRA, 2 ), display, cur_pt.x, cur_pt.y + 461 ); in OpenMageGuild()
214 fheroes2::Button buttonExit( cur_pt.x + 578, cur_pt.y + 461, ICN::WELLXTRA, 0, 1 ); in OpenMageGuild()
H A Dcastle_well.cpp113 fheroes2::Button buttonExit( dst_pt.x, dst_pt.y, ICN::WELLXTRA, 0, 1 ); in OpenWell()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/
H A Ddialog_thievesguild.cpp342 fheroes2::Blit( fheroes2::AGG::GetICN( ICN::WELLXTRA, 2 ), display, dst_pt.x, dst_pt.y ); in ThievesGuild()
353 fheroes2::Button buttonExit( dst_pt.x, dst_pt.y, ICN::WELLXTRA, 0, 1 ); in ThievesGuild()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/agg/
H A Dicn.h876 WELLXTRA, enumerator
H A Dicn.cpp206 …ICN" }, { WELEM, "WELEM.ICN" }, { WELLBKG, "WELLBKG.ICN" }, { WELLXTRA, "WELLXTRA.ICN" },
H A Dagg_image.cpp1491 out = GetICN( ICN::WELLXTRA, i ); in LoadModifiedICN()