Quick comment add before checking out 0.11

This commit is contained in:
Worros 2009-05-21 23:02:50 +08:00
parent 4819fc28e5
commit dc8affb8c3

View File

@ -50,6 +50,10 @@ def fourStartCards(value1, suit1, value2, suit2, value3, suit3, value4, suit4):
(y+2) represents rank of second card (2=2 .. 14=Ace)
If x > y then pair is suited, if x < y then unsuited"""
# This doesn't actually do anything yet - CG
#AAKKds
#AAKKs
#AAKKr
# Is probably what we are looking for
return(0)
def cardFromValueSuit(value, suit):