summaryrefslogtreecommitdiffstats
path: root/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'game.h')
-rw-r--r--game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.h b/game.h
index 298a1a1..0ac8a66 100644
--- a/game.h
+++ b/game.h
@@ -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);