diff options
Diffstat (limited to 'engines/sherlock/user_interface.h')
-rw-r--r-- | engines/sherlock/user_interface.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/sherlock/user_interface.h b/engines/sherlock/user_interface.h index 541b632f2c..1fc876e91a 100644 --- a/engines/sherlock/user_interface.h +++ b/engines/sherlock/user_interface.h @@ -61,11 +61,6 @@ protected: SherlockEngine *_vm; UserInterface(SherlockEngine *vm); - - /** - * Called for OPEN, CLOSE, and MOVE actions are being done - */ - void checkAction(ActionType &action, int objNum, FixedTextActionId fixedTextActionId = kFixedTextAction_Invalid); public: MenuMode _menuMode; int _menuCounter; @@ -90,6 +85,11 @@ public: virtual ~UserInterface() {} /** + * Called for OPEN, CLOSE, and MOVE actions are being done + */ + void checkAction(ActionType &action, int objNum, FixedTextActionId fixedTextActionId = kFixedTextAction_Invalid); +public: + /** * Resets the user interface */ virtual void reset() {} |