diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 14:03:48 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 14:03:48 +0100 |
| commit | ffef04a78f6985e9fcff5454a608de24bd25388e (patch) | |
| tree | cd58f75e9dd7faa3de29237ec918e88ed9708053 /src/ui.h | |
| parent | 13700c410ba4177be89f8543d2cf585779aa8132 (diff) | |
Implemented the message window.
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ void ui_display_wnd_table_cards(const table_stacks_t *ts, const bool highlight, const uint8_t highlighted_stack); void ui_display_wnd_stack_points(const table_stacks_t *ts, const bool highlight, const uint8_t highlighted_points); 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); void ui_display_wnd_hand_cards(const hand_t *h, const bool highlight, const uint8_t highlighted_card); uint8_t ui_choose_card(hand_t *h); uint8_t ui_choose_stack(const table_stacks_t *ts); |
