summaryrefslogtreecommitdiffstats
path: root/opponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'opponent.h')
-rw-r--r--opponent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/opponent.h b/opponent.h
index 71dc792..5376ecf 100644
--- a/opponent.h
+++ b/opponent.h
@@ -17,6 +17,8 @@ class Opponent : virtual public CardPile
void printOpponentCards(int);
void sortOpponentCards(int);
Card **getOpponentsCards(int);
+
+ int numOfOpponents;
};
#endif