diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 09:38:02 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 09:38:02 +0100 |
| commit | 8e05dde9c2f15c2a68039d64b15337f06ec0c1b7 (patch) | |
| tree | 14f7869b17500ea0a06b307250f14dfca8b63f08 /src/hand.h | |
| parent | f11615206afc02bdc911fed5828ab881e3046380 (diff) | |
Remove chosen card from hand.
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 |
