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/table_stacks.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/table_stacks.h')
| -rw-r--r-- | src/table_stacks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/table_stacks.h b/src/table_stacks.h index 57fddba..3528012 100644 --- a/src/table_stacks.h +++ b/src/table_stacks.h @@ -10,4 +10,6 @@ typedef struct card_stack_t stacks[NUM_TABLE_STACKS]; } table_stacks_t; +const uint8_t get_stack_idx_for_card(const table_stacks_t* stack_list, const card c); + #endif // OXEN_TABLE_STACKS_H |
