diff options
Diffstat (limited to 'engines/mads/debugger.h')
-rw-r--r-- | engines/mads/debugger.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/mads/debugger.h b/engines/mads/debugger.h index 044151c0bb..983b9931fc 100644 --- a/engines/mads/debugger.h +++ b/engines/mads/debugger.h @@ -33,11 +33,13 @@ class MADSEngine; class Debugger : public GUI::Debugger { private: MADSEngine *_vm; +protected: + bool Cmd_Mouse(int argc, const char **argv); +public: + bool _showMousePos; public: Debugger(MADSEngine *vm); virtual ~Debugger() {} - -protected: }; } // End of namespace MADS |