diff options
Diffstat (limited to 'src/gui/playerbox.h')
-rw-r--r-- | src/gui/playerbox.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/playerbox.h b/src/gui/playerbox.h index 39fa39b4..0f1a653f 100644 --- a/src/gui/playerbox.h +++ b/src/gui/playerbox.h @@ -24,8 +24,9 @@ #ifndef __TMW_PLAYERBOX_H__ #define __TMW_PLAYERBOX_H__ -#include <guichan.hpp> -#include "../graphics.h" +#include <guichan/widgets/scrollarea.hpp> + +class ImageRect; /** * A box showing a player. Draws the various hair styles a player can have |