Home
last modified time | relevance | path

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

/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai/
H A Dcards_information.of_player.h124 void weight_played_card(HandCard const& card, Trick const& trick);
H A Dcards_information.cpp1822 this->of_player(card.player()).weight_played_card(card, trick); in card_played()
H A Dcards_information.of_player.cpp957 CardsInformation::OfPlayer::weight_played_card(HandCard const& card, in weight_played_card() function in CardsInformation::OfPlayer