From b37b127792e09cb7148200e0bccf294892e9a889 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 11 Jan 2015 01:42:56 +0100 Subject: remove or replace a lot of code for the initialization many structures or positions were not revelant anymore and thus have been removed. some positions were not relative to each other it is sometimes not meaningful to put surfaces in the global scope when they only need to be used once. Signed-off-by: Olivier Gayot --- prototypes.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'prototypes.h') diff --git a/prototypes.h b/prototypes.h index 30baa57..0b34b26 100644 --- a/prototypes.h +++ b/prototypes.h @@ -6,10 +6,8 @@ #include "entry.h" void Fmenuprincipal (SURFACES *surfaces, POSITIONS *positions); -void Fchangersurlignage (int Vmode, SURFACES *surfaces, POSITIONS *positions); int Fentrermode (int Vmode, SURFACES *surfaces, POSITIONS *positions); 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); Uint32 obtenirPixel(SDL_Surface *surface, int x, int y); -- cgit v1.2.3