summaryrefslogtreecommitdiff
path: root/src/gui/status.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-01-12 16:44:09 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-01-12 16:44:09 +0000
commiteb31d0badc46b8e2e3c7fbc03363941bf3302256 (patch)
tree17ef01c8661ce7d09e6984c05fd9860b2dee6d16 /src/gui/status.h
parentcaeba363798727f75972ce6b8625fd9754bee903 (diff)
downloadmana-client-eb31d0badc46b8e2e3c7fbc03363941bf3302256.tar.gz
mana-client-eb31d0badc46b8e2e3c7fbc03363941bf3302256.tar.bz2
mana-client-eb31d0badc46b8e2e3c7fbc03363941bf3302256.tar.xz
mana-client-eb31d0badc46b8e2e3c7fbc03363941bf3302256.zip
*** empty log message ***
Diffstat (limited to 'src/gui/status.h')
-rw-r--r--src/gui/status.h4
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