aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes.h
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-22 07:26:45 -0800
committerEugene Sandulenko2014-01-22 07:27:38 -0800
commita4fa8fe2169108f528670acb3aafd9d39cdf7e22 (patch)
tree6b0c7eab48d62785fbde6a70e1b64b0f2a099851 /engines/fullpipe/scenes.h
parent9a881b833400e5fe9358d4e7ec64deb1d5376eb0 (diff)
downloadscummvm-rg350-a4fa8fe2169108f528670acb3aafd9d39cdf7e22.tar.gz
scummvm-rg350-a4fa8fe2169108f528670acb3aafd9d39cdf7e22.tar.bz2
scummvm-rg350-a4fa8fe2169108f528670acb3aafd9d39cdf7e22.zip
FULLPIPE: Enable scene38. This completes the scene
Diffstat (limited to 'engines/fullpipe/scenes.h')
-rw-r--r--engines/fullpipe/scenes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes.h b/engines/fullpipe/scenes.h
index 0747eab7a1..6c91481b46 100644
--- a/engines/fullpipe/scenes.h
+++ b/engines/fullpipe/scenes.h
@@ -173,6 +173,9 @@ void scene37_initScene(Scene *sc);
int sceneHandler37(ExCommand *ex);
int scene37_updateCursor();
+void scene38_initScene(Scene *sc);
+int sceneHandler38(ExCommand *ex);
+
void sceneDbgMenu_initScene(Scene *sc);
int sceneHandlerDbgMenu(ExCommand *cmd);