aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2/mouse.h')
-rw-r--r--engines/sword2/mouse.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/sword2/mouse.h b/engines/sword2/mouse.h
index a5f76e8abb..a18687384b 100644
--- a/engines/sword2/mouse.h
+++ b/engines/sword2/mouse.h
@@ -123,8 +123,6 @@ class Mouse {
private:
Sword2Engine *_vm;
- Common::Point _pos;
-
MouseUnit _mouseList[TOTAL_mouse_list];
uint32 _curMouse;
@@ -197,7 +195,8 @@ public:
~Mouse();
void getPos(int &x, int &y);
- void setPos(int x, int y);
+ int getX();
+ int getY();
bool getObjectLabels() { return _objectLabels; }
void setObjectLabels(bool b) { _objectLabels = b; }