From a24153f14dcc95332b91e70e39028228e9b6c4dc Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Mon, 24 Jan 2011 18:56:32 +0100 Subject: First attempt to implement STATE_CLIENT_WAIT_FOR_HAND_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 29f9720..918b98f 100644 --- a/src/net/client.h +++ b/src/net/client.h @@ -14,5 +14,6 @@ void client_prep_selected_stack(msg_t *m); 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); #endif // OXEN_CLIENT_H -- cgit v1.2.3