diff options
Diffstat (limited to 'src/gui/specialswindow.h')
-rw-r--r-- | src/gui/specialswindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/specialswindow.h b/src/gui/specialswindow.h index 86d89462..81384856 100644 --- a/src/gui/specialswindow.h +++ b/src/gui/specialswindow.h @@ -56,6 +56,8 @@ class SpecialsWindow : public Window, public gcn::ActionListener { void loadSpecials(const std::string &file); + bool hasSpecials() { return !mSpecials.empty(); } + private: std::vector<gcn::Button *> mSpellButtons; typedef std::map<int, SpecialInfo*> SpecialMap; |