From 12356c8b5b7002cdffaa6a737f54806f52241bfb Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 16 Jan 2005 22:35:06 +0000 Subject: Removed datafile and configfile and any leftover old GUI drawing code. --- src/gui/playerbox.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gui/playerbox.h') diff --git a/src/gui/playerbox.h b/src/gui/playerbox.h index 87ab24e0..9cb64b84 100644 --- a/src/gui/playerbox.h +++ b/src/gui/playerbox.h @@ -24,8 +24,8 @@ #ifndef __TMW_PLAYERBOX_H__ #define __TMW_PLAYERBOX_H__ -#include #include +#include "../graphic/graphic.h" /** * A box showing a player. Draws the various hair styles a player can have @@ -53,6 +53,9 @@ class PlayerBox : public gcn::ScrollArea { int hairColor; /**< The hair color index */ int hairStyle; /**< The hair style index */ bool showPlayer; /**< Wether to show the player or not */ + + private: + ImageRect background; }; #endif -- cgit v1.2.3-60-g2f50