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/hand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hand.h') diff --git a/src/hand.h b/src/hand.h index 8202511..f922ccf 100644 --- a/src/hand.h +++ b/src/hand.h @@ -12,5 +12,6 @@ typedef struct void hand_sort(hand_t *h); void hand_remove_card(hand_t *h, const uint8_t card_index); +const uint8_t hand_count_cards(const hand_t* h); #endif // OXEN_HAND_H -- cgit v1.2.3