aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs_spells.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/dialogs_spells.h')
-rw-r--r--engines/xeen/dialogs_spells.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/xeen/dialogs_spells.h b/engines/xeen/dialogs_spells.h
index 660f2ef1de..6bbdb3cddc 100644
--- a/engines/xeen/dialogs_spells.h
+++ b/engines/xeen/dialogs_spells.h
@@ -84,6 +84,20 @@ public:
static int show(XeenEngine *vm, int spellId);
};
+class SelectElement : public ButtonContainer {
+private:
+ XeenEngine *_vm;
+ SpriteResource _iconSprites;
+
+ SelectElement(XeenEngine *vm) : ButtonContainer(), _vm(vm) {}
+
+ int execute(int spellId);
+
+ void loadButtons();
+public:
+ static int show(XeenEngine *vm, int spellId);
+};
+
} // End of namespace Xeen
#endif /* XEEN_DIALOGS_SPELLS_H */