diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-23 22:46:29 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-23 22:46:29 +0100 |
| commit | 2bd0e560986c66406bae90ff44f2dd6d3fec17be (patch) | |
| tree | 29aa4b7cb1831d7781a1a75f1db8ee2850a2a7ac /src/global.h | |
| parent | fff390715fff73f05639d3e5f96612a5a4fa82e8 (diff) | |
added generic net_send function and adapted functions it is using
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 |
