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.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/sound/music_wave.cpp b/engines/titanic/sound/music_wave.cpp
index cbb4fbf3d6..e000356a90 100644
--- a/engines/titanic/sound/music_wave.cpp
+++ b/engines/titanic/sound/music_wave.cpp
@@ -268,4 +268,8 @@ int CMusicWave::setData(const byte *data, int count) {
return 0;
}
+void CMusicWave::fn1(int val1, int val2) {
+ // TODO
+}
+
} // End of namespace Titanic