Home
last modified time | relevance | path

Searched refs:GetCountBuilding (Results 1 – 3 of 3) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/kingdom/
H A Dkingdom.h105 u32 GetCountBuilding( u32 ) const;
H A Dkingdom.cpp324 u32 Kingdom::GetCountBuilding( u32 build ) const in GetCountBuilding() function in Kingdom
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/dialog/
H A Ddialog_thievesguild.cpp298 … oracle ? 0xFF : world.GetKingdom( Settings::Get().CurrentColor() ).GetCountBuilding( BUILD_THIEVE… in ThievesGuild()