From 8218792cbbd00da3530826330270a20906fefad5 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Wed, 7 Jan 2015 22:38:45 +0100 Subject: add the warrior gobelin as a real class Signed-off-by: Olivier Gayot --- structures.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structures.h') 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; -- cgit v1.2.3