summaryrefslogtreecommitdiff
path: root/src/net/client.h
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2011-01-25 16:12:34 +0100
committerReiner Herrmann <reiner@reiner-h.de>2011-01-25 16:12:34 +0100
commitc7181ee943069bde7f5d468d11ee63c3a535980d (patch)
tree56d8dd1128faa734fd0c63f78e1963d9640128d2 /src/net/client.h
parent72504b3fa304c1bf0731fec80d3b85c5481ee0a2 (diff)
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
Diffstat (limited to 'src/net/client.h')
-rw-r--r--src/net/client.h1
1 files changed, 1 insertions, 0 deletions
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