diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-24 00:05:56 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-02-24 00:05:56 +0000 |
commit | b0a68d1508b3cd46cb39362ebd76e2d37e0321f5 (patch) | |
tree | 6a98b6a18e9a1e96f8b8efbffeb5672a9be71c17 /src/gui/skill.h | |
parent | c74a7c77d6e4bdc03ce3c1a1fe0fd5e763bdc97a (diff) | |
download | mana-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.h | 2 |
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; |