diff options
| author | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 13:14:17 +0100 |
|---|---|---|
| committer | Mario Kilies <MarioKilies@GMX.net> | 2011-01-25 13:14:17 +0100 |
| commit | 52f95177eb8050f073a3d65413feb16cfce93baa (patch) | |
| tree | f94b78be6d4b09fe3ee7d93d4b40c80387a80f33 /src/ui.h | |
| parent | 3fc586325f8fc8fb4f1990bf87ad4c37e722f381 (diff) | |
Removed awkward pnoc_t and refactored its contents to the new player_list_entry_t.
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,11 +5,11 @@ #include "card.h" #include "table_stacks.h" #include "hand.h" -#include "pnoc.h" +#include "player.h" 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 pnoc_t pnoc[], const uint8_t num_players, const bool highlight, const uint8_t highlighted_player, const uint32_t score); +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_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); |
