Unit BjTypes |
Classes |
Functions |
Types |
TCard
TCardArray
THandOptions
TPlayerAction
Constants |
Variables |
Functions |
Types |
TCard = recordNumber of cards per deck (duh!
Face : byte;
Num : byte;
BjVal : byte;
Junk : byte;
end;
TCardArray = array[0..999999] of TCard;PlaceHolder
THandOptions = set of (hoCanSplit, hoCanDouble, hoCanHit)
TPlayerAction = (paHit, paStand, paDouble, paSplit);
Constants |
Variables |