From 7a9de9f475fcf4ba3cc4b5b6ef6b220af1c7d7bd Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 7 Jan 2015 15:04:49 +0100 Subject: store red surfaces at the initialization, red surfaces are generated Signed-off-by: Olivier Gayot --- structures.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'structures.h') diff --git a/structures.h b/structures.h index 19d0a1e..2679bfd 100644 --- a/structures.h +++ b/structures.h @@ -6,9 +6,15 @@ struct surfaces { SDL_Surface *Pecran; SDL_Surface *Pgobelin; + SDL_Surface *Ppaladin; SDL_Surface *Ppretre; SDL_Surface *Pvoleur; + + SDL_Surface *red_paladin; + SDL_Surface *red_priest; + SDL_Surface *red_thief; + SDL_Surface *Pmenuoptions; SDL_Surface *Pmenujouer; SDL_Surface *Pmenuquitter; -- cgit v1.2.3