From 49a31a58e1b77ed0d88c0271247d4f707cf8b641 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 25 Jan 2011 14:36:47 +0100 Subject: implement part of state_client_play_cards(); added new message type: hello reply from server which notifies clients of their player-ids --- src/card_stack.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/card_stack.h') diff --git a/src/card_stack.h b/src/card_stack.h index 86ec526..61d2bf2 100644 --- a/src/card_stack.h +++ b/src/card_stack.h @@ -12,5 +12,7 @@ typedef struct } card_stack_t; uint32_t card_stack_get_points(const card_stack_t *cs); +const card card_stack_upper_card(const card_stack_t *cs); +void card_stack_clear(card_stack_t *cs, const card new_card); #endif // OXEN_CARD_STACK_H -- cgit v1.2.3