diff options
Diffstat (limited to 'engines/tinsel/sound.h')
-rw-r--r-- | engines/tinsel/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/sound.h b/engines/tinsel/sound.h index 9b980822dc..8b969a5f48 100644 --- a/engines/tinsel/sound.h +++ b/engines/tinsel/sound.h @@ -103,12 +103,12 @@ public: void stopAllSamples(void); // Stops any currently playing sample void stopSpecSample(int id, int sub = 0); // Stops a specific sample - + void setSFXVolumes(uint8 volume); bool sampleExists(int id); bool sampleIsPlaying(int id = -1); - + // TODO: Internal method, make this protected? void openSampleFiles(void); void closeSampleStream(void); |