aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound.h
diff options
context:
space:
mode:
authorNicola Mettifogo2009-01-06 16:21:23 +0000
committerNicola Mettifogo2009-01-06 16:21:23 +0000
commitfa1d881ad44a515e57b87ba27b325d1eeb4a750b (patch)
tree35183034e8e725b83502983b4c5cf94a5b489fa2 /engines/parallaction/sound.h
parentc528f888d0c227bc735a3ba2110ad9708bc1abd8 (diff)
downloadscummvm-rg350-fa1d881ad44a515e57b87ba27b325d1eeb4a750b.tar.gz
scummvm-rg350-fa1d881ad44a515e57b87ba27b325d1eeb4a750b.tar.bz2
scummvm-rg350-fa1d881ad44a515e57b87ba27b325d1eeb4a750b.zip
Implemented pauseEngineIntern, and fixed music volume handling in SoundMan.
svn-id: r35756
Diffstat (limited to 'engines/parallaction/sound.h')
-rw-r--r--engines/parallaction/sound.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/parallaction/sound.h b/engines/parallaction/sound.h
index e2e15fe601..2baa9aaa63 100644
--- a/engines/parallaction/sound.h
+++ b/engines/parallaction/sound.h
@@ -62,6 +62,8 @@ public:
virtual void stopMusic() = 0;
virtual void playCharacterMusic(const char *character) = 0;
virtual void playLocationMusic(const char *location) = 0;
+ virtual void pause(bool p) { }
+
void setMusicVolume(int value);
};
@@ -80,6 +82,8 @@ public:
void playCharacterMusic(const char *character);
void playLocationMusic(const char *location);
+
+ void pause(bool p);
};
#define NUM_AMIGA_CHANNELS 4