diff options
Diffstat (limited to 'src/gui/status.h')
-rw-r--r-- | src/gui/status.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/gui/status.h b/src/gui/status.h index a93ff265..27df19da 100644 --- a/src/gui/status.h +++ b/src/gui/status.h @@ -57,8 +57,11 @@ class StatusWindow : public Window { void update(); private: - gcn::Label *hp, *sp, *gp, *expLabel, *jobExpLabel; - ProgressBar *healthBar, *manaBar, *expBar, *jobExpBar; + gcn::Label *hp, *sp, *gp; + gcn::Label *hpValue, *spValue; + gcn::Label *expLabel, *jobExpLabel; + ProgressBar *healthBar, *manaBar; + ProgressBar *xpBar, *jobXpBar; }; #endif |