Card structure, to keep suit and value. More...
#include <deck.h>
Public Attributes | |
enum Suit | suit |
int | value |
Card structure, to keep suit and value.
Note that value is the game value (i.e. the points), not the face value.
Card::suit |
The suit of the card.
Card::value |
The value of the card.