summaryrefslogtreecommitdiff
path: root/structures.h
diff options
context:
space:
mode:
Diffstat (limited to 'structures.h')
-rw-r--r--structures.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/structures.h b/structures.h
index fa7e5c0..f3cb306 100644
--- a/structures.h
+++ b/structures.h
@@ -6,7 +6,8 @@
typedef struct surfaces SURFACES;
struct surfaces
{
- SDL_Surface *Pecran;
+ SDL_Surface *Pecran; /* deprecated */
+ SDL_Surface *screen;
SDL_Surface *Pgobelin;
SDL_Surface *red_warrior_gobelin;
@@ -36,7 +37,10 @@ struct surfaces
SDL_Surface *Ptextechoixmenu;
SDL_Surface *Pcurseurennemis;
SDL_Surface *Pcurseurallies;
- SDL_Surface *Pfondjeu;
+
+ SDL_Surface *Pfondjeu; /* deprecated */
+ SDL_Surface *background;
+
SDL_Surface *Pnbdegats;
SDL_Surface *Pcadrecible;
SDL_Surface *Pnomcible;