diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-16 17:20:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-16 22:33:53 +0300 |
commit | ade168344165534061b8f184866e2808af7f5d48 (patch) | |
tree | 7316b20df44434085b4649453f07ce9702261c98 /src/gui/skilldialog.h | |
parent | 08f2ee6470104c959f686504cc4324aee78cecaf (diff) | |
download | plus-ade168344165534061b8f184866e2808af7f5d48.tar.gz plus-ade168344165534061b8f184866e2808af7f5d48.tar.bz2 plus-ade168344165534061b8f184866e2808af7f5d48.tar.xz plus-ade168344165534061b8f184866e2808af7f5d48.zip |
Simplify skills loading.
Also putting in defines legacy manaserv code.
Diffstat (limited to 'src/gui/skilldialog.h')
-rw-r--r-- | src/gui/skilldialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/skilldialog.h b/src/gui/skilldialog.h index 9e956703a..945ae318d 100644 --- a/src/gui/skilldialog.h +++ b/src/gui/skilldialog.h @@ -108,7 +108,9 @@ class SkillDialog final : public Window, public gcn::ActionListener */ void update(); - void loadSkills(const std::string &file); + void clearSkills(); + + void loadSkills(); bool updateSkill(const int id, const int range, const bool modifiable); |