From 9c855d16f1a737ddd9bde72e0fc51f4fd0a1e042 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Fri, 14 Jan 2011 04:32:35 +0100 Subject: Implemented hand_sort(). ui_choose_card() now pre-selects the card with lowest index, if at index 0 is no card. draw_card() now draws empty placeholder cards, to clear old screen content. --- src/hand.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/hand.h') diff --git a/src/hand.h b/src/hand.h index f9feb6e..83c3160 100644 --- a/src/hand.h +++ b/src/hand.h @@ -7,4 +7,6 @@ typedef card hand[MAX_HAND_CARDS]; +void hand_sort(hand h); + #endif // OXEN_HAND_H -- cgit v1.2.3