summaryrefslogtreecommitdiffstats
path: root/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'game.h')
-rw-r--r--game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.h b/game.h
index eeb9d23..5455309 100644
--- a/game.h
+++ b/game.h
@@ -44,7 +44,7 @@ class Game : virtual public CardPile, public User, public Opponent
bool doWeHaveAnAce(Card **);
bool sanityCheck(Card **);
void discardAndDraw(Card **, int, int);
- void opponentAI(Card **);
+ void opponentAI(int);
/* variables */
int handsPlayed;