Menu

data_structures

Josh Tyree

Table of Contents


Card
{
int slot; // The slot in which the card should be rendered (on the table)
string rank;
string suit;
}