diff options
Diffstat (limited to 'src/global.h')
| -rw-r--r-- | src/global.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h index c8ad6d3..7385a0a 100644 --- a/src/global.h +++ b/src/global.h @@ -7,9 +7,12 @@ typedef struct { + char nickname[MAX_PLAYER_NAME_LENGTH+1]; player_list players; table_stacks_t table_stacks; hand_t hand; + uint8_t stack_index; + card selected_card; } data_store; typedef enum |
