diff options
author | Roderic Morris <roderic@ccs.neu.edu> | 2008-06-27 15:31:13 +0000 |
---|---|---|
committer | Roderic Morris <roderic@ccs.neu.edu> | 2008-06-27 15:31:13 +0000 |
commit | 59c17d5f465ddcf1956e8cdf1aae1dbda0a1431f (patch) | |
tree | 3ce2242579a30fc7d453bfc8fa16c1b8142ad80a /src/gui/skill.h | |
parent | a34a4692200eaf5b3ec8a7de75699a46aefd8b98 (diff) | |
download | mana-client-59c17d5f465ddcf1956e8cdf1aae1dbda0a1431f.tar.gz mana-client-59c17d5f465ddcf1956e8cdf1aae1dbda0a1431f.tar.bz2 mana-client-59c17d5f465ddcf1956e8cdf1aae1dbda0a1431f.tar.xz mana-client-59c17d5f465ddcf1956e8cdf1aae1dbda0a1431f.zip |
add icons to the skill dialog
Diffstat (limited to 'src/gui/skill.h')
-rw-r--r-- | src/gui/skill.h | 6 |
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; |