diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 15:04:49 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 15:05:25 +0100 |
commit | 7a9de9f475fcf4ba3cc4b5b6ef6b220af1c7d7bd (patch) | |
tree | e11fffe1e87f9f4adc6de79f8de95a27f8611c62 /structures.h | |
parent | 347813350f6f051b49187f020eb91f3ffc65f951 (diff) |
store red surfaces
at the initialization, red surfaces are generated
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'structures.h')
-rw-r--r-- | structures.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |