diff options
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ 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); uint8_t ui_choose_card(hand_t *h); uint8_t ui_choose_stack(const table_stacks_t *ts); +void ui_update(void); void ui_init(void); void ui_fini(void); |
