aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound_manager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/sound_manager.cpp')
-rw-r--r--engines/titanic/sound/sound_manager.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/titanic/sound/sound_manager.cpp b/engines/titanic/sound/sound_manager.cpp
index 61ad59ce7f..bf087b6317 100644
--- a/engines/titanic/sound/sound_manager.cpp
+++ b/engines/titanic/sound/sound_manager.cpp
@@ -34,12 +34,12 @@ QSoundManager::QSoundManager() : _field18(0), _field1C(0) {
Common::fill(&_field4A0[0], &_field4A0[16], 0);
}
-WaveFile *QSoundManager::loadSound(const CString &name) {
+CWaveFile *QSoundManager::loadSound(const CString &name) {
warning("TODO");
return nullptr;
}
-WaveFile *QSoundManager::loadSpeech(CDialogueFile *dialogueFile, int speechId) {
+CWaveFile *QSoundManager::loadSpeech(CDialogueFile *dialogueFile, int speechId) {
warning("TODO");
return nullptr;
}
@@ -49,7 +49,7 @@ int QSoundManager::proc5() const {
return 0;
}
-int QSoundManager::playSound(WaveFile &soundRes, CProximity &prox) {
+int QSoundManager::playSound(CWaveFile &soundRes, CProximity &prox) {
warning("TODO");
return 0;
}
@@ -87,7 +87,7 @@ bool QSoundManager::proc14() {
return false;
}
-bool QSoundManager::isActive(const WaveFile *waveFile) const {
+bool QSoundManager::isActive(const CWaveFile *waveFile) const {
warning("TODO");
return false;
}