Added some basic font rendering and texas holdem
This commit is contained in:
@ -16,6 +16,9 @@ typedef struct {
|
||||
/** Count of X/Y divisions */
|
||||
int32_t columns, rows;
|
||||
|
||||
/** Size of each divison (in pixels) */
|
||||
float divX, divY;
|
||||
|
||||
/** Count of divisions (unused) */
|
||||
int32_t count;
|
||||
|
||||
|
Reference in New Issue
Block a user