![]() |
Survival Royale 1.0.0
A very simple yet funny card game.
|
Struct to represent the layout and data of a page containing player information. More...
#include <tui.h>
Data Fields | |
int | playerRows |
The number of rows used to display players on the page. | |
int | playerPerRow |
The number of players displayed per row. | |
int | playerCount |
The total number of players on the page. | |
int | rowSpacing |
The vertical spacing between rows, including card height and player details. | |
Player ** | players |
An array of pointers to the players displayed on the page. |
Struct to represent the layout and data of a page containing player information.
int playerRows |
Player** players |
int rowSpacing |