summaryrefslogtreecommitdiffstats
path: root/sorthand.h
diff options
context:
space:
mode:
Diffstat (limited to 'sorthand.h')
-rw-r--r--sorthand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sorthand.h b/sorthand.h
index 3baece7..6d5c288 100644
--- a/sorthand.h
+++ b/sorthand.h
@@ -13,6 +13,7 @@ class SortHand : virtual public CardPile
SortHand(void);
void sortFourOfAKind(Card **, struct countAndType *);
+ void sortThreeOfAKind(Card **, struct countAndType *);
};
#endif