diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-24 18:56:32 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-24 18:56:32 +0100 |
| commit | a24153f14dcc95332b91e70e39028228e9b6c4dc (patch) | |
| tree | 04bb60f0192627ba61ae0b67665cf0634713b238 /src/net/client.h | |
| parent | 5ab5af3b1472fe93eb164f5bbece798a402eea65 (diff) | |
First attempt to implement STATE_CLIENT_WAIT_FOR_HAND_CARDS.
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 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 |
