summaryrefslogtreecommitdiffstats
path: root/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'game.h')
-rw-r--r--game.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/game.h b/game.h
index c8874b8..bad8dbe 100644
--- a/game.h
+++ b/game.h
@@ -51,6 +51,12 @@ class Game : virtual public CardPile, public User, public Opponent
void userDiscardCards(Card **, int);
void userAI(Card **);
+ bool isInOrderByOne(Card **);
+ bool isInOrder(Card **);
+ bool hasTwoPairs(Card **);
+ void evaluateHand(Card **, int);
+ void showHands(void);
+
/* variables */
int handsPlayed;
int handsWon;