From d75f0dfb7a040ff88c39e01fa639ff74300f11a2 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 8 Jan 2015 18:52:14 +0100 Subject: blit the background only once (no need for a weird function) Signed-off-by: Olivier Gayot --- prototypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'prototypes.h') diff --git a/prototypes.h b/prototypes.h index 582bfee..089b5f4 100644 --- a/prototypes.h +++ b/prototypes.h @@ -37,7 +37,6 @@ void blit_character_affinities(SURFACES *, POSITIONS *, const struct character_t void update_list_entries(SURFACES *surfaces, POSITIONS *positions, const struct entry_t *entries, int cnt, int selected); void Fblitterpvcible (SURFACES *surfaces,POSITIONS *positions, const struct character_t *); void Fblitterpmcible (SURFACES *surfaces,POSITIONS *positions, const struct character_t *); -void Fblitterfond(SURFACES* surfaces); Uint32 obtenirPixel(SDL_Surface *surface, int x, int y); void definirPixel(SDL_Surface *surface, int x, int y, Uint32 pixel); -- cgit v1.2.3