aboutsummaryrefslogtreecommitdiff
path: root/sword1/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sound.h')
-rw-r--r--sword1/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sword1/sound.h b/sword1/sound.h
index c249493dd5..8131d780bb 100644
--- a/sword1/sound.h
+++ b/sword1/sound.h
@@ -59,6 +59,7 @@ class SwordSound {
public:
SwordSound(const char *searchPath, SoundMixer *mixer, ResMan *pResMan);
~SwordSound(void);
+ void setVolume(uint8 sfxVol, uint8 speechVol);
void newScreen(uint32 screen);
void quitScreen(void);
void closeCowSystem(void);
@@ -74,6 +75,7 @@ public:
void engine(void);
private:
+ uint8 _sfxVol, _speechVol;
void playSample(QueueElement *elem);
void initCowSystem(void);