aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/maxtrax.h
diff options
context:
space:
mode:
authorNorbert Lange2009-08-05 18:45:22 +0000
committerNorbert Lange2009-08-05 18:45:22 +0000
commit025846020bec48d6d00dd38dac77839f25adf5ef (patch)
tree561ef48907f4d58b32112c1e28f4992e3568bb22 /sound/mods/maxtrax.h
parent55a24eacd5f4481d6768ae5e0f2a5758e4292706 (diff)
downloadscummvm-rg350-025846020bec48d6d00dd38dac77839f25adf5ef.tar.gz
scummvm-rg350-025846020bec48d6d00dd38dac77839f25adf5ef.tar.bz2
scummvm-rg350-025846020bec48d6d00dd38dac77839f25adf5ef.zip
moved check if class should be compiled to the header
svn-id: r43075
Diffstat (limited to 'sound/mods/maxtrax.h')
-rw-r--r--sound/mods/maxtrax.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sound/mods/maxtrax.h b/sound/mods/maxtrax.h
index 65a504fcaf..524d5ba9a6 100644
--- a/sound/mods/maxtrax.h
+++ b/sound/mods/maxtrax.h
@@ -23,7 +23,11 @@
*
*/
-#ifndef SOUND_MODS_MAXTRAX_H
+// see if all engines using this class are DISABLED
+#if !defined(ENABLE_KYRA)
+
+// normal Header Guard
+#elif !defined SOUND_MODS_MAXTRAX_H
#define SOUND_MODS_MAXTRAX_H
#include "sound/mods/paula.h"