Defines a structure for the cards.
More...
#include <main.h>
|
unsigned int | suit |
| The suit of the card.
|
unsigned int | rank |
| The rank of the card.
|
Defines a structure for the cards.
Definition at line 58 of file main.h.
◆ rank
The rank of the card.
Definition at line 62 of file main.h.
◆ suit
The suit of the card.
Definition at line 60 of file main.h.
The documentation for this struct was generated from the following file: