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/button.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/gui/button.h') diff --git a/src/gui/button.h b/src/gui/button.h index 17c700c5..eb6495c1 100644 --- a/src/gui/button.h +++ b/src/gui/button.h @@ -24,7 +24,9 @@ #ifndef _TMW_BUTTON_H #define _TMW_BUTTON_H -#include "gui.h" +#include +#include +#include "../graphic/graphic.h" /** * Button widget. Same as the Guichan button but with custom look. @@ -42,6 +44,9 @@ class Button : public gcn::Button { * Draws the button. */ void draw(gcn::Graphics* graphics); + + private: + ImageRect button[4]; }; #endif -- cgit v1.2.3-70-g09d2