diff options
Diffstat (limited to 'engines/fullpipe/input.cpp')
-rw-r--r-- | engines/fullpipe/input.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/fullpipe/input.cpp b/engines/fullpipe/input.cpp index b649c013f8..64fd0d5d15 100644 --- a/engines/fullpipe/input.cpp +++ b/engines/fullpipe/input.cpp @@ -117,4 +117,8 @@ void FullpipeEngine::defHandleKeyDown(int key) { warning("STUB: FullpipeEngine::defHandleKeyDown(%d)", key); } +void FullpipeEngine::updateCursorsCommon() { + +} + } // End of namespace Fullpipe |