aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes.cpp')
-rw-r--r--engines/fullpipe/scenes.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp
index 85d9423e52..c5578cfacf 100644
--- a/engines/fullpipe/scenes.cpp
+++ b/engines/fullpipe/scenes.cpp
@@ -711,4 +711,10 @@ void FullpipeEngine::initArcadeKeys(const char *varname) {
warning("STUB: FullpipeEngine::initArcadeKeys(\"%s\")", varname);
}
+void FullpipeEngine::processArcade(ExCommand *ex) {
+ warning("STUB: FullpipeEngine::processArcade()");
+}
+
+
+
} // End of namespace Fullpipe