aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra.h')
-rw-r--r--engines/kyra/kyra.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/kyra.h b/engines/kyra/kyra.h
index 2fac6a039b..20a7ba7c7f 100644
--- a/engines/kyra/kyra.h
+++ b/engines/kyra/kyra.h
@@ -128,6 +128,9 @@ public:
Common::RandomSource _rnd;
+ // input
+ Common::Point getMousePos() const;
+
// config specific
bool speechEnabled();
bool textEnabled();
@@ -223,7 +226,6 @@ protected:
int _trackMapSize;
// input
- Common::Point getMousePos() const;
void setMousePos(int x, int y);
// pathfinder