aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/sound.h
diff options
context:
space:
mode:
authorFilippos Karapetis2012-12-13 01:35:04 +0200
committerFilippos Karapetis2012-12-13 01:58:47 +0200
commit576d92e2861d6b94be0c19a557f92f7ce13a17f4 (patch)
treea94ffd225b48759927f07f03f2b62762f8e04384 /engines/tinsel/sound.h
parentb1732f9aca67e9f7b23be1595541a3a34eca13ec (diff)
downloadscummvm-rg350-576d92e2861d6b94be0c19a557f92f7ce13a17f4.tar.gz
scummvm-rg350-576d92e2861d6b94be0c19a557f92f7ce13a17f4.tar.bz2
scummvm-rg350-576d92e2861d6b94be0c19a557f92f7ce13a17f4.zip
TINSEL: Clean up the sound code
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