summaryrefslogtreecommitdiff
path: root/src/net/comm.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/comm.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/comm.h')
-rw-r--r--src/net/comm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/comm.h b/src/net/comm.h
index a014c6d..b9fff41 100644
--- a/src/net/comm.h
+++ b/src/net/comm.h
@@ -24,6 +24,7 @@ typedef enum
msg_type_selected_card_all = 0x6,
msg_type_selected_stack_c = 0x7,
msg_type_selected_stack_s = 0x8,
+ msg_type_next_action = 0x9,
} msg_type_t;
// Header format