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