diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-25 14:36:47 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-25 14:36:47 +0100 |
| commit | 49a31a58e1b77ed0d88c0271247d4f707cf8b641 (patch) | |
| tree | f7bd9907b5dbb5fd949a4e74d7a0b46e6fbf0179 /src/data_store.h | |
| parent | ffef04a78f6985e9fcff5454a608de24bd25388e (diff) | |
implement part of state_client_play_cards(); added new message type: hello reply from server which notifies clients of their player-ids
Diffstat (limited to 'src/data_store.h')
| -rw-r--r-- | src/data_store.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data_store.h b/src/data_store.h index afc87bc..71fedae 100644 --- a/src/data_store.h +++ b/src/data_store.h @@ -8,6 +8,7 @@ typedef struct { char nickname[MAX_PLAYER_NAME_LENGTH+1]; + player_id_t own_player_id; player_list_t player_list; table_stacks_t table_stacks; hand_t hand; |
