diff options
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; |