From 1523b889daa27904fbc1bf2c8b722b78af7db917 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 31 Jan 2011 17:33:24 -0600 Subject: wip :) --- sorthand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sorthand.h') 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 -- cgit v1.2.3