diff options
Diffstat (limited to 'src/hand.h')
| -rw-r--r-- | src/hand.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,5 +11,6 @@ typedef struct } hand_t; void hand_sort(hand_t *h); +void hand_remove_card(hand_t *h, const uint8_t card_index); #endif // OXEN_HAND_H |
