aboutsummaryrefslogtreecommitdiff
path: root/engines/touche/touche.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/touche/touche.h')
-rw-r--r--engines/touche/touche.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h
index 7dafe43ef5..371f55d9bb 100644
--- a/engines/touche/touche.h
+++ b/engines/touche/touche.h
@@ -611,13 +611,13 @@ protected:
int displayQuitDialog();
void displayTextMode(int str);
+ Common::Point getMousePos();
MidiPlayer *_midiPlayer;
Common::Language _language;
Common::RandomSource _rnd;
- Common::Point _inp_mousePos;
bool _inp_leftMouseButtonPressed;
bool _inp_rightMouseButtonPressed;
int _disabledInputCounter;