summaryrefslogtreecommitdiffstats
path: root/card.h
diff options
context:
space:
mode:
Diffstat (limited to 'card.h')
-rw-r--r--card.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/card.h b/card.h
index ad5c238..6a7555f 100644
--- a/card.h
+++ b/card.h
@@ -38,6 +38,7 @@ class Card
/* could be overloaded with cout's << operator */
string getType(void);
void rankCard(void);
+ void specialRank(void);
void sortCards(Card **);
char giveRank(char);
};