summaryrefslogtreecommitdiff
path: root/src/gui/skill.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/skill.h')
-rw-r--r--src/gui/skill.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/skill.h b/src/gui/skill.h
index 99011e75..b3a9e126 100644
--- a/src/gui/skill.h
+++ b/src/gui/skill.h
@@ -79,6 +79,12 @@ class Skill_Tab : public GCContainer, public gcn::ActionListener
*/
int getSkillBegin();
+ /**
+ * Get the icon associated with the given index
+ */
+ gcn::Icon* getIcon(int index);
+
+ std::vector<gcn::Icon *> mSkillIcons;
std::vector<gcn::Label *> mSkillNameLabels;
std::vector<gcn::Label *> mSkillLevelLabels;
std::vector<gcn::Label *> mSkillExpLabels;