diff options
Diffstat (limited to 'src/gui/button.h')
-rw-r--r-- | src/gui/button.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/gui/button.h b/src/gui/button.h index c3be49f2..8873358d 100644 --- a/src/gui/button.h +++ b/src/gui/button.h @@ -24,9 +24,11 @@ #ifndef _TMW_BUTTON_H #define _TMW_BUTTON_H -#include <guichan.hpp> -#include <string> -#include "../graphics.h" +#include <iosfwd> + +#include <guichan/widgets/button.hpp> + +class ImageRect; /** * Button widget. Same as the Guichan button but with custom look. |