CruceGame  v0.4.0
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Public Attributes | List of all members
Card Struct Reference

Card structure, to keep suit and value. More...

#include <deck.h>

Public Attributes

enum Suit suit
 
int value
 

Detailed Description

Card structure, to keep suit and value.

Note that value is the game value (i.e. the points), not the face value.

Member Data Documentation

Card::suit

The suit of the card.

Card::value

The value of the card.


The documentation for this struct was generated from the following file: