diff options
Diffstat (limited to 'engines/fullpipe/scenes.cpp')
-rw-r--r-- | engines/fullpipe/scenes.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes.cpp b/engines/fullpipe/scenes.cpp index 6e033a08f3..8a7d7805b5 100644 --- a/engines/fullpipe/scenes.cpp +++ b/engines/fullpipe/scenes.cpp @@ -624,6 +624,30 @@ bool FullpipeEngine::sceneSwitcher(EntranceInfo *entrance) { return true; } +int global_messageHandler1(ExCommand *cmd) { + warning("STUB: global_messageHandler1()"); + + return 0; +} + +int global_messageHandler2(ExCommand *cmd) { + warning("STUB: global_messageHandler2()"); + + return 0; +} + +int global_messageHandler3(ExCommand *cmd) { + warning("STUB: global_messageHandler3()"); + + return 0; +} + +int global_messageHandler4(ExCommand *cmd) { + warning("STUB: global_messageHandler4()"); + + return 0; +} + int sceneIntro_updateCursor() { g_fullpipe->_cursorId = 0; |