diff options
Diffstat (limited to 'game.h')
-rw-r--r-- | game.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ class Game : virtual public CardPile, public User, public Opponent, public SortH bool isInOrderByOne(Card **); bool isInOrder(Card **); + bool hasFullHouse(Card **, struct countAndType *); bool hasTwoPairs(Card **); void evaluateHand(Card **, int); void showHands(void); |