diff options
Diffstat (limited to 'src/hand.h')
| -rw-r--r-- | src/hand.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,4 +7,6 @@ typedef card hand[MAX_HAND_CARDS]; +void hand_sort(hand h); + #endif // OXEN_HAND_H |
![]() |
index : oxen | |
| ncurses-based networked card-game based on "6 nimmt!" |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | src/hand.h | 2 |
@@ -7,4 +7,6 @@ typedef card hand[MAX_HAND_CARDS]; +void hand_sort(hand h); + #endif // OXEN_HAND_H |