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/comm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/comm.h') 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 -- cgit v1.2.3