diff options
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 |
