ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Classes | |
class | Card |
Enumerations | |
enum | eSuit { Clubs = 0 , Diamonds = 1 , Hearts = 2 , Spades = 3 } |
enum | eValue { Ace = 1 , Two = 2 , Three = 3 , Four = 4 , Five = 5 , Six = 6 , Seven = 7 , Eight = 8 , Nine = 9 , Ten = 10 , Jack = 11 , Queen = 12 , King = 13 } |
Functions | |
int | MAKE_CARD (int Value, int Suit) |
Definition at line 15 of file card.h.
Referenced by Card::Card().