From ee5b8ed59f1aaa00767ac3805d7ab63dd5a5f5d4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 1 Mar 2015 10:41:11 -0500 Subject: XEEN: Implement remaining spells --- engines/xeen/dialogs_spells.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/xeen/dialogs_spells.h') diff --git a/engines/xeen/dialogs_spells.h b/engines/xeen/dialogs_spells.h index 9f4af15636..35b2708f7a 100644 --- a/engines/xeen/dialogs_spells.h +++ b/engines/xeen/dialogs_spells.h @@ -146,6 +146,17 @@ public: static int show(XeenEngine *vm); }; +class IdentifyMonster : public ButtonContainer { +private: + XeenEngine *_vm; + + IdentifyMonster(XeenEngine *vm) : ButtonContainer(), _vm(vm) {} + + void execute(); +public: + static void show(XeenEngine *vm); +}; + } // End of namespace Xeen #endif /* XEEN_DIALOGS_SPELLS_H */ -- cgit v1.2.3