From bfdf279cac51fe8945e59cd566cba2cb2efcffce Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 8 Jan 2015 19:45:03 +0100 Subject: move some functions and headers so that the compilation is quicker Signed-off-by: Olivier Gayot --- blits.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 blits.h (limited to 'blits.h') diff --git a/blits.h b/blits.h new file mode 100644 index 0000000..c75d916 --- /dev/null +++ b/blits.h @@ -0,0 +1,16 @@ +#ifndef BLITS_H +#define BLITS_H + +#include +#include "players.h" +#include "entry.h" + +void display_incr(SURFACES *surfaces, POSITIONS *positions, struct character_t *target, unsigned int incr, SDL_Color color); + +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_list_entries(SURFACES *surfaces, POSITIONS *positions, const struct entry_t *entries, int cnt, int selected); + +#endif /* BLITS_H */ -- cgit v1.2.3