aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/nebular_scenes2.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/nebular/nebular_scenes2.h')
-rw-r--r--engines/mads/nebular/nebular_scenes2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/nebular/nebular_scenes2.h b/engines/mads/nebular/nebular_scenes2.h
index c4de73192f..4d6e6a20fd 100644
--- a/engines/mads/nebular/nebular_scenes2.h
+++ b/engines/mads/nebular/nebular_scenes2.h
@@ -43,6 +43,8 @@ protected:
* Updates the prefix used for getting player sprites for the scene
*/
void setPlayerSpritesPrefix();
+
+ void sceneEntrySound();
public:
Scene2xx(MADSEngine *vm) : NebularScene(vm) {}
};