From f508e7191bd2f3eb7616e315e7e0d4a4b94c7914 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sat, 10 Jan 2015 19:47:32 +0100 Subject: cleaned the initialization / shutdown a little The initialized surfaces are converted to display format so that they are ready for fastblit. Signed-off-by: Olivier Gayot --- prototypes.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'prototypes.h') diff --git a/prototypes.h b/prototypes.h index 698bc46..30baa57 100644 --- a/prototypes.h +++ b/prototypes.h @@ -12,11 +12,6 @@ void Fmenuchoixpersos (SURFACES *surfaces, POSITIONS *positions); void Fchangersurlignage2 (int Vperso, SURFACES *surfaces, POSITIONS *positions); int Fjouer(SURFACES *surfaces, POSITIONS *positions, struct team_t *ally, struct team_t *enemy); -void Finitialisersurfaces (SURFACES *surfaces); -int Fchargerimages (SURFACES *surfaces); -void Fdechargerimages (SURFACES *surfaces); -void Finitialiserpositions (POSITIONS *positions, SURFACES *surfaces); - Uint32 obtenirPixel(SDL_Surface *surface, int x, int y); void definirPixel(SDL_Surface *surface, int x, int y, Uint32 pixel); void Fgetmap (int map[][11]); -- cgit v1.2.3