diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-27 22:52:20 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-27 22:52:20 +0100 |
| commit | efa6023ed7dfecd2a3fc49526cf0bab5ae967247 (patch) | |
| tree | 77c6cb6d673b7be87ed6276f7dbf8be7354e6e8e /src/ui.h | |
| parent | 54dee7d823c690bed9ff64895fd3eb4ea832c489 (diff) | |
Implemented final scores window.
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ void ui_display_wnd_stack_points(const table_stacks_t *ts, const bool highlight, void ui_display_wnd_current_state(const player_list_t *pl, const uint8_t num_players, const bool highlight, const uint8_t highlighted_player, const uint32_t score); void ui_display_wnd_messages(const char *message, const bool highlight); void ui_display_wnd_hand_cards(const hand_t *h, const bool highlight, const uint8_t highlighted_card); +void ui_display_wnd_final_scores(const player_list_t *pl, const uint8_t num_players, const uint8_t highlighted_player); uint8_t ui_choose_card(hand_t *h); uint8_t ui_choose_stack(const table_stacks_t *ts); void ui_update(void); |
