aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/sound.cpp')
-rw-r--r--engines/hdb/sound.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/hdb/sound.cpp b/engines/hdb/sound.cpp
index 5f5cf86236..cdda643417 100644
--- a/engines/hdb/sound.cpp
+++ b/engines/hdb/sound.cpp
@@ -29,6 +29,14 @@ bool Sound::init() {
return true;
}
+void Sound::save(Common::OutSaveFile *out) {
+ warning("STUB: Sound::save()");
+}
+
+void Sound::loadSaveFile(Common::InSaveFile *in) {
+ warning("STUB: Sound::loadSaveFile()");
+}
+
bool Sound::playSound(int index) {
debug(9, "STUB: Play Sound");
return true;