diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-24 22:05:57 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-24 22:05:57 +0100 |
| commit | afe777a3cfa06fbdf391a338ba8506cf9cbcbb47 (patch) | |
| tree | 92eef4d2fd4e90b2149e39b5b4d7523205b3476e /src/net/client.h | |
| parent | 6f0d8cbe42c1097eb540bcd83b9be2b16c31a923 (diff) | |
server: send open cards to clients
client: receive open cards from clients, sort and display them
Diffstat (limited to 'src/net/client.h')
| -rw-r--r-- | src/net/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/client.h b/src/net/client.h index 918b98f..56b9839 100644 --- a/src/net/client.h +++ b/src/net/client.h @@ -15,5 +15,6 @@ bool client_parse_player_list(const msg_t *m); bool client_parse_deal_hand(const msg_t *m); bool client_parse_selected_stack(const msg_t *m); bool client_parse_initial_stacks(const msg_t *m); +bool client_parse_selected_card_all(const msg_t *m); #endif // OXEN_CLIENT_H |
