summaryrefslogtreecommitdiffstats
path: root/sorthand.h
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-01-31 17:33:24 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-01-31 17:33:24 -0600
commit1523b889daa27904fbc1bf2c8b722b78af7db917 (patch)
tree0d38780cb9c620ef54c33cb7506cfcd59f4e2f20 /sorthand.h
parent1458bf374f2070b3879a3ead7a3af5c5651e824b (diff)
downloadpoker-1523b889daa27904fbc1bf2c8b722b78af7db917.tar.gz
poker-1523b889daa27904fbc1bf2c8b722b78af7db917.tar.bz2
poker-1523b889daa27904fbc1bf2c8b722b78af7db917.zip
wip :)
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