summaryrefslogtreecommitdiff
path: root/prototypes.h
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-10 19:47:32 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-10 20:01:52 +0100
commitf508e7191bd2f3eb7616e315e7e0d4a4b94c7914 (patch)
tree7bc1ed6498b3e2b7393ce791667bb9b50037e5fd /prototypes.h
parent5ab5f72ba931e1d29a18a6b42e2cc2d73e291c4e (diff)
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 <duskcoder@gmail.com>
Diffstat (limited to 'prototypes.h')
-rw-r--r--prototypes.h5
1 files changed, 0 insertions, 5 deletions
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]);