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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/sound.h b/engines/xeen/sound.h
index 553b1c6f44..c1215249a9 100644
--- a/engines/xeen/sound.h
+++ b/engines/xeen/sound.h
@@ -42,6 +42,8 @@ public:
void playSong(Common::SeekableReadStream &f) {}
void playSample(const Common::SeekableReadStream *stream, int v2) {}
+
+ void playFX(int id) {}
};
} // End of namespace Xeen