summaryrefslogtreecommitdiff
path: root/structures.h
diff options
context:
space:
mode:
authorOlivier Gayot <duskcoder@gmail.com>2015-01-07 22:38:45 +0100
committerOlivier Gayot <duskcoder@gmail.com>2015-01-07 23:31:26 +0100
commit8218792cbbd00da3530826330270a20906fefad5 (patch)
tree1a3d2cec03feeba3cab9fe376129258e134abb52 /structures.h
parent2612e584f6aab4515c7da5a7a6ea005d0e8344ba (diff)
add the warrior gobelin as a real class
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'structures.h')
-rw-r--r--structures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/structures.h b/structures.h
index 1339a5f..b0f5b3b 100644
--- a/structures.h
+++ b/structures.h
@@ -5,7 +5,9 @@ typedef struct surfaces SURFACES;
struct surfaces
{
SDL_Surface *Pecran;
+
SDL_Surface *Pgobelin;
+ SDL_Surface *red_warrior_gobelin;
SDL_Surface *Ppaladin;
SDL_Surface *Ppretre;