aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/sound.cpp')
-rw-r--r--engines/titanic/sound/sound.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/titanic/sound/sound.cpp b/engines/titanic/sound/sound.cpp
index 3e4f154c35..cf7689d937 100644
--- a/engines/titanic/sound/sound.cpp
+++ b/engines/titanic/sound/sound.cpp
@@ -25,6 +25,11 @@
namespace Titanic {
+int CSoundItem::fn1() {
+ // TODO
+ return 0;
+}
+
CSound::CSound(CGameManager *owner) : _gameManager(owner) {
}
@@ -123,4 +128,9 @@ void CSound::removeOldest() {
}
}
+CSoundItem *CSound::getTrueTalkSound(CDialogueFile *dialogueFile, int index) {
+ warning("TODO: CSound::getTrueTalkSound");
+ return nullptr;
+}
+
} // End of namespace Titanic z