diff options
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; |