diff options
Diffstat (limited to 'src/gui/skill.h')
-rw-r--r-- | src/gui/skill.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/skill.h b/src/gui/skill.h index a9111528..b4c2522f 100644 --- a/src/gui/skill.h +++ b/src/gui/skill.h @@ -78,6 +78,7 @@ class SkillDialog : public Window, public gcn::ActionListener, bool hasSkill(int id); void addSkill(int id, int lv, int sp); void setSkill(int id, int lv, int sp); + void cleanList(); }; extern SkillDialog *skillDialog; |