aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxengine.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-12 20:49:36 +1000
committerPaul Gilbert2012-05-12 20:49:36 +1000
commit109e5f8226c1db18926e307d4ecb9c3c83fdd7bc (patch)
tree97738d25cca467bc8a9c8b673228bbe3da87b3d3 /engines/tony/gfxengine.h
parent65ec900cebbfdbf453cdcdb8ec24f86bd797fdcd (diff)
downloadscummvm-rg350-109e5f8226c1db18926e307d4ecb9c3c83fdd7bc.tar.gz
scummvm-rg350-109e5f8226c1db18926e307d4ecb9c3c83fdd7bc.tar.bz2
scummvm-rg350-109e5f8226c1db18926e307d4ecb9c3c83fdd7bc.zip
TONY: Conversion of more methods to coroutines
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);