aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eobcommon.h
diff options
context:
space:
mode:
authorathrxx2012-01-04 17:53:56 +0100
committerunknown2012-01-06 14:45:38 +0100
commiteaa5d50c3f66865a76a5d20f257061b6b79a88f6 (patch)
treedcfbeb6fc40ace13a0a206c647226528c045acf7 /engines/kyra/eobcommon.h
parent6e45741b17ec17ec1c2081557df043d5d4f2ff73 (diff)
downloadscummvm-rg350-eaa5d50c3f66865a76a5d20f257061b6b79a88f6.tar.gz
scummvm-rg350-eaa5d50c3f66865a76a5d20f257061b6b79a88f6.tar.bz2
scummvm-rg350-eaa5d50c3f66865a76a5d20f257061b6b79a88f6.zip
KYRA: (EOB) - add basic distinction between music and sound effects
(The original code of the DOS version does not distinguish here, but we do it anyway so as to make more sense of the GMM volume settings)
Diffstat (limited to 'engines/kyra/eobcommon.h')
-rw-r--r--engines/kyra/eobcommon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/kyra/eobcommon.h b/engines/kyra/eobcommon.h
index e7b3a7357a..851c52076b 100644
--- a/engines/kyra/eobcommon.h
+++ b/engines/kyra/eobcommon.h
@@ -1127,8 +1127,10 @@ protected:
const uint8 *_numSpellsMage;
// sound
+ void snd_playSong(int id);
void snd_playSoundEffect(int id, int volume=0xFF);
void snd_stopSound();
+ void snd_fadeOut();
// keymap
static const char *const kKeymapName;