Home
last modified time | relevance | path

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

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/castle/
H A Dcastle.h199 bool AllowBuyBoat( void ) const;
H A Dcastle_dialog.cpp595 if ( Dialog::OK == Dialog::BuyBoat( AllowBuyBoat() ) ) { in OpenDialog()
H A Dcastle.cpp2237 bool Castle::AllowBuyBoat( void ) const in AllowBuyBoat() function in Castle
2245 if ( !AllowBuyBoat() ) in BuyBoat()