diff options
Diffstat (limited to 'src/gui/progressbar.h')
-rw-r--r-- | src/gui/progressbar.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/progressbar.h b/src/gui/progressbar.h index 9b0a1041..fe9e7085 100644 --- a/src/gui/progressbar.h +++ b/src/gui/progressbar.h @@ -24,9 +24,10 @@ #ifndef _TMW_PROGRESSBAR_H #define _TMW_PROGRESSBAR_H -#include <guichan.hpp> -#include "../graphics.h" -#include "../resources/image.h" +#include <guichan/widget.hpp> + +class ImageRect; + /** * A progress bar. |