aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/sound.h')
-rw-r--r--engines/tinsel/sound.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/tinsel/sound.h b/engines/tinsel/sound.h
index d7083b3b21..ea5eb45907 100644
--- a/engines/tinsel/sound.h
+++ b/engines/tinsel/sound.h
@@ -115,11 +115,13 @@ public:
void setSFXVolumes(uint8 volume);
bool sampleExists(int id);
- bool sampleIsPlaying(int id = -1);
+ bool sampleIsPlaying();
- // TODO: Internal method, make this protected?
void openSampleFiles();
void closeSampleStream();
+
+private:
+ void showSoundError(const char *errorMsg, const char *soundFile);
};
} // End of namespace Tinsel