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, 1 insertions, 3 deletions
diff --git a/engines/kyra/kyra.h b/engines/kyra/kyra.h
index 20a7ba7c7f..f88b23ea05 100644
--- a/engines/kyra/kyra.h
+++ b/engines/kyra/kyra.h
@@ -129,6 +129,7 @@ public:
Common::RandomSource _rnd;
// input
+ void setMousePos(int x, int y);
Common::Point getMousePos() const;
// config specific
@@ -225,9 +226,6 @@ protected:
const int8 *_trackMap;
int _trackMapSize;
- // input
- void setMousePos(int x, int y);
-
// pathfinder
virtual int findWay(int x, int y, int toX, int toY, int *moveTable, int moveTableSize);
int findSubPath(int x, int y, int toX, int toY, int *moveTable, int start, int end);