aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound/sound_intern.h
diff options
context:
space:
mode:
authorathrxx2019-04-15 16:12:30 +0200
committerathrxx2019-04-15 21:51:48 +0200
commit4cb79db612d2e4735a38538bb95aa07131fcda23 (patch)
treee849cee4e5eee1cab143ce1696cb7c18a579124c /engines/kyra/sound/sound_intern.h
parent145edf0b946c3288732543a2f45956bf77af1cb5 (diff)
downloadscummvm-rg350-4cb79db612d2e4735a38538bb95aa07131fcda23.tar.gz
scummvm-rg350-4cb79db612d2e4735a38538bb95aa07131fcda23.tar.bz2
scummvm-rg350-4cb79db612d2e4735a38538bb95aa07131fcda23.zip
KYRA: add some #ifdefs for disabling EOB
Disabling EOB should already work without error. This adds some #ifdefs to recently added files.
Diffstat (limited to 'engines/kyra/sound/sound_intern.h')
-rw-r--r--engines/kyra/sound/sound_intern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/sound/sound_intern.h b/engines/kyra/sound/sound_intern.h
index 8d76a80db6..29572f6fe2 100644
--- a/engines/kyra/sound/sound_intern.h
+++ b/engines/kyra/sound/sound_intern.h
@@ -349,6 +349,8 @@ protected:
int _tableSfxGame_Size;
};
+#ifdef ENABLE_EOB
+
class SoundTowns_Darkmoon : public Sound, public TownsAudioInterfacePluginDriver {
public:
SoundTowns_Darkmoon(KyraEngine_v1 *vm, Audio::Mixer *mixer);
@@ -441,6 +443,8 @@ private:
bool _ready;
};
+#endif
+
} // End of namespace Kyra
#endif