summaryrefslogtreecommitdiff
path: root/src/data_store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data_store.h')
-rw-r--r--src/data_store.h1
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;