From c7181ee943069bde7f5d468d11ee63c3a535980d Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 25 Jan 2011 16:12:34 +0100 Subject: finished implementing play_cards function for client/server; added new message type next_action which indicates whether the game is finished or the server will deal new cards --- src/net/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/client.h') diff --git a/src/net/client.h b/src/net/client.h index b15e329..f0ec810 100644 --- a/src/net/client.h +++ b/src/net/client.h @@ -17,5 +17,6 @@ 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); +bool client_parse_next_action(const msg_t *m); #endif // OXEN_CLIENT_H -- cgit v1.2.3