Home
last modified time | relevance | path

Searched refs:AllowBuyBuilding (Results 1 – 2 of 2) sorted by relevance

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/
H A Dcastle.h196 bool AllowBuyBuilding( u32 ) const;
H A Dcastle.cpp1309 bool Castle::AllowBuyBuilding( u32 build ) const in AllowBuyBuilding() function in Castle
1317 if ( !AllowBuyBuilding( build ) ) in BuyBuilding()