diff options
author | Kyle K <kylek389@gmail.com> | 2011-01-31 17:33:24 -0600 |
---|---|---|
committer | Kamil Kaminski <kamilkss@gmail.com> | 2011-01-31 17:33:24 -0600 |
commit | 1523b889daa27904fbc1bf2c8b722b78af7db917 (patch) | |
tree | 0d38780cb9c620ef54c33cb7506cfcd59f4e2f20 /sorthand.h | |
parent | 1458bf374f2070b3879a3ead7a3af5c5651e824b (diff) | |
download | poker-1523b889daa27904fbc1bf2c8b722b78af7db917.tar.gz poker-1523b889daa27904fbc1bf2c8b722b78af7db917.tar.bz2 poker-1523b889daa27904fbc1bf2c8b722b78af7db917.zip |
wip :)
Diffstat (limited to 'sorthand.h')
-rw-r--r-- | sorthand.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ class SortHand : virtual public CardPile SortHand(void); void sortFourOfAKind(Card **, struct countAndType *); + void sortThreeOfAKind(Card **, struct countAndType *); }; #endif |