diff options
Diffstat (limited to 'src/gui/newskill.h')
-rw-r--r-- | src/gui/newskill.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/newskill.h b/src/gui/newskill.h index 743adbd0..db15958b 100644 --- a/src/gui/newskill.h +++ b/src/gui/newskill.h @@ -36,7 +36,12 @@ struct nSkill { short level; short exp; }; - + +/** + * Dialog showing the skills in the planned skill model. + * + * \ingroup Interface + */ class NewSkillDialog : public Window, public gcn::ActionListener { private: |