diff options
Diffstat (limited to 'src/gui/chargedialog.h')
-rw-r--r-- | src/gui/chargedialog.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/chargedialog.h b/src/gui/chargedialog.h index 92eb1dd4..de1169b0 100644 --- a/src/gui/chargedialog.h +++ b/src/gui/chargedialog.h @@ -23,10 +23,10 @@ #ifndef _TMW_CHARGE_H #define _TMW_CHARGE_H -#include <guichan.hpp> #include "window.h" -#include "progressbar.h" - + +class ProgressBar; + #define CHARGE_TIME 1000 // time in milliseconds it takes to charge up an attack /** |