diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-13 21:11:38 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-13 21:11:38 +0100 |
| commit | 5fee7e02c53c627b64479074f3a97d24d808dd87 (patch) | |
| tree | c0ff95ee148a5f6daee4ef14ec9ac2a16a7b05a3 /src/display.h | |
| parent | 01cb12bdc0ce66abe47552247d5a2d82c4a12d31 (diff) | |
Implemented highlighting of card and cardstack.
Diffstat (limited to 'src/display.h')
| -rw-r--r-- | src/display.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display.h b/src/display.h index 8bbcb9e..8cfb217 100644 --- a/src/display.h +++ b/src/display.h @@ -8,10 +8,10 @@ #include "hand.h" #include "player_name_open_card_tuple.h" -void display_window_table_cards(const tablestacks ts); +void display_window_table_cards(const tablestacks ts, const bool highlight, const uint8_t highlighted_stack); void display_window_stack_points(const tablestacks ts); void display_window_current_state(const player_name_open_card_tuple pnoc[], const uint8_t num_players, const uint32_t score); -void display_window_hand_cards(const hand h); +void display_window_hand_cards(const hand h, const bool highlight, const uint8_t highlighted_card); void display_init(void); void display_fini(void); |
