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 5455309..9d79fcc 100644
--- a/game.h
+++ b/game.h
@@ -42,6 +42,7 @@ class Game : virtual public CardPile, public User, public Opponent
struct countAndSuit numOfSameSuit(Card **);
bool doWeHaveAnAce(Card **);
+ void discardFromPairOrBetter(Card **, int);
bool sanityCheck(Card **);
void discardAndDraw(Card **, int, int);
void opponentAI(int);