diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-25 16:12:34 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2011-01-25 16:12:34 +0100 |
| commit | c7181ee943069bde7f5d468d11ee63c3a535980d (patch) | |
| tree | 56d8dd1128faa734fd0c63f78e1963d9640128d2 /src/hand.h | |
| parent | 72504b3fa304c1bf0731fec80d3b85c5481ee0a2 (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/hand.h')
| -rw-r--r-- | src/hand.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
