summaryrefslogtreecommitdiff
path: root/src/gui/skill.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-02-24 00:05:56 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-02-24 00:05:56 +0000
commitb0a68d1508b3cd46cb39362ebd76e2d37e0321f5 (patch)
tree6a98b6a18e9a1e96f8b8efbffeb5672a9be71c17 /src/gui/skill.h
parentc74a7c77d6e4bdc03ce3c1a1fe0fd5e763bdc97a (diff)
downloadmana-b0a68d1508b3cd46cb39362ebd76e2d37e0321f5.tar.gz
mana-b0a68d1508b3cd46cb39362ebd76e2d37e0321f5.tar.bz2
mana-b0a68d1508b3cd46cb39362ebd76e2d37e0321f5.tar.xz
mana-b0a68d1508b3cd46cb39362ebd76e2d37e0321f5.zip
Diffstat (limited to 'src/gui/skill.h')
-rw-r--r--src/gui/skill.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/skill.h b/src/gui/skill.h
index 55d94d82..64b7d468 100644
--- a/src/gui/skill.h
+++ b/src/gui/skill.h
@@ -33,6 +33,7 @@
#include "../guichanfwd.h"
+class ProgressBar;
/**
* The skill dialog.
@@ -64,6 +65,7 @@ class SkillDialog : public Window, public gcn::ActionListener
std::vector<gcn::Label *> mSkillNameLabels;
std::vector<gcn::Label *> mSkillLevelLabels;
std::vector<gcn::Label *> mSkillExpLabels;
+ std::vector<ProgressBar *> mSkillProgress;
};
extern SkillDialog *skillDialog;