Survival Royale 1.0.0
A very simple yet funny card game.
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 C__colorDefines a union between RGB colors and standard ANSI colors (should not be used externally)
 CansiRgbColorDefines a basic structure for RGB foreground color and background color for a piece of printable text
 CansiStandardColorDefines a basic structure for standard ANSI foreground color and background color for a piece of printable text
 CCardDefines a structure for the cards
 CcolorDefines a struct for representing a generic color
 CGameDefines a structure for the game
 CGameConfigurationThe game configuration structure
 CgraphicRenditionDefines a struct for graphic rendition including properties for bold, italic, underlined and colored text
 CLogsConfigurationThe configuration for the logger
 CPageDataStruct to represent the layout and data of a page containing player information
 CPlayerDefines a structure for the player's info
 CrgbDefines a basic structure for RGB colors
 CvectorThe vector structure