Survival Royale 1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
Card Struct Reference

Defines a structure for the cards. More...

#include <main.h>

Data Fields

unsigned int suit
 The suit of the card.
unsigned int rank
 The rank of the card.

Detailed Description

Defines a structure for the cards.

Definition at line 58 of file main.h.

Field Documentation

◆ rank

unsigned int rank

The rank of the card.

Definition at line 62 of file main.h.

◆ suit

unsigned int 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: