diff options
Diffstat (limited to 'src/gui/textcommandeditor.h')
-rw-r--r-- | src/gui/textcommandeditor.h | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/src/gui/textcommandeditor.h b/src/gui/textcommandeditor.h index 9f8c0ad51..cb88b8160 100644 --- a/src/gui/textcommandeditor.h +++ b/src/gui/textcommandeditor.h @@ -29,15 +29,18 @@ #include <guichan/actionlistener.hpp> -class RadioButton; -class Label; -class TextBox; -class TextField; +class Button; class DropDown; +class IconsModal; +class IntTextField; +class Label; class ListModel; -class Button; +class MagicSchoolModel; +class RadioButton; +class TargetTypeModel; +class TextBox; class TextCommand; -class IntTextField; +class TextField; class TextCommandEditor : public Window, public gcn::ActionListener { @@ -92,6 +95,9 @@ class TextCommandEditor : public Window, public gcn::ActionListener DropDown *mSchoolDropDown; Label *mSchoolLvlLabel; IntTextField *mSchoolLvlField; + IconsModal *mIconsModal; + TargetTypeModel *mTargetTypeModel; + MagicSchoolModel *mMagicSchoolModel; //Button *mAdvancedButton; Button *mCancelButton; |