diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-09 22:06:21 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-09 22:21:33 +0100 |
commit | c25e1d6fd68f1f85af9e7f6dd0d35c725000014f (patch) | |
tree | efb7cb8a1d1919877c3b218a1510140935d43ec3 /blits.h | |
parent | 8c37dc0c5e6f4e588d37f5900764125716bc7f77 (diff) |
allow to display a multiple selection
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'blits.h')
-rw-r--r-- | blits.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ void display_incr(SURFACES *surfaces, POSITIONS *positions, struct character_t * void blit_team(SURFACES *surfaces, struct team_t *team); void blit_character(SURFACES *surfaces, struct character_t *chr); -void update_selected_target(SURFACES *surfaces, POSITIONS *positions, struct character_t *chr); +void update_selected_target(SURFACES *surfaces, POSITIONS *positions, struct target_t *target); void update_list_entries(SURFACES *surfaces, POSITIONS *positions, const struct entry_t *entries, int cnt, int selected); #endif /* BLITS_H */ |