aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/sound.h')
-rw-r--r--engines/xeen/sound.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/sound.h b/engines/xeen/sound.h
index b122fc150f..73f5aa0633 100644
--- a/engines/xeen/sound.h
+++ b/engines/xeen/sound.h
@@ -38,6 +38,10 @@ public:
void proc2(File &f);
void startMusic(int v1);
+
+ void playMusic(const File &f) {}
+
+ void playSample(const Common::SeekableReadStream *stream, int v2) {}
};
} // End of namespace Xeen