diff options
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 |
