From ac5c469494478bf3774d412581e342d9fa97ec16 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Thu, 8 Jan 2015 17:37:13 +0100 Subject: initialize the items (aka objects) of the teams 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 ffa1c94..582bfee 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 Fremplirobjets(OBJET *objets); void Fblitterfond(SURFACES* surfaces); Uint32 obtenirPixel(SDL_Surface *surface, int x, int y); -- cgit v1.2.3