summaryrefslogtreecommitdiff
path: root/src/hand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hand.h')
-rw-r--r--src/hand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hand.h b/src/hand.h
index f13eaf8..8202511 100644
--- a/src/hand.h
+++ b/src/hand.h
@@ -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