aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/gfxengine.h')
-rw-r--r--engines/tony/gfxengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tony/gfxengine.h b/engines/tony/gfxengine.h
index d119bb07a6..41255229b8 100644
--- a/engines/tony/gfxengine.h
+++ b/engines/tony/gfxengine.h
@@ -129,6 +129,7 @@ public:
void DisableMouse(void);
operator byte *() { return (byte *)m_bigBuf; }
+ RMInput &GetInput() { return m_input; }
// Link to the custom function list
void InitCustomDll(void);