aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/debug.h')
-rw-r--r--engines/parallaction/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/parallaction/debug.h b/engines/parallaction/debug.h
index 8345e62d8a..54b578e95f 100644
--- a/engines/parallaction/debug.h
+++ b/engines/parallaction/debug.h
@@ -3,6 +3,7 @@
#define PARALLACTION_DEBUGGER_H
#include "gui/debugger.h"
+#include "parallaction/input.h"
namespace Parallaction {
@@ -15,6 +16,7 @@ public:
protected:
Parallaction *_vm;
+ MouseTriState _mouseState;
virtual void preEnter();
virtual void postEnter();