aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/music_wave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/music_wave.cpp')
-rw-r--r--engines/titanic/sound/music_wave.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/sound/music_wave.cpp b/engines/titanic/sound/music_wave.cpp
index 5038780457..3c4a4cf013 100644
--- a/engines/titanic/sound/music_wave.cpp
+++ b/engines/titanic/sound/music_wave.cpp
@@ -267,4 +267,9 @@ void CMusicWave::setState(int val) {
_field44 = 0;
}
+int CMusicWave::setData(const byte *data, int count) {
+ // TODO: Implement
+ return 0;
+}
+
} // End of namespace Titanic