diff options
Diffstat (limited to 'sound/mods')
-rw-r--r-- | sound/mods/maxtrax.h | 3 | ||||
-rw-r--r-- | sound/mods/tfmx.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sound/mods/maxtrax.h b/sound/mods/maxtrax.h index 524d5ba9a6..c60f73c684 100644 --- a/sound/mods/maxtrax.h +++ b/sound/mods/maxtrax.h @@ -25,6 +25,7 @@ // see if all engines using this class are DISABLED #if !defined(ENABLE_KYRA) +#error trying to include the MaxTrax Header with no engine enabled that uses it // normal Header Guard #elif !defined SOUND_MODS_MAXTRAX_H @@ -253,4 +254,4 @@ private: }; } // End of namespace Audio -#endif +#endif // !defined SOUND_MODS_MAXTRAX_H diff --git a/sound/mods/tfmx.h b/sound/mods/tfmx.h index 707eb5952f..93979ae662 100644 --- a/sound/mods/tfmx.h +++ b/sound/mods/tfmx.h @@ -25,6 +25,7 @@ // see if all engines using this class are DISABLED #if !defined(ENABLE_SCUMM) +#error trying to include the Tfmx Header with no engine enabled that uses it // normal Header Guard #elif !defined(SOUND_MODS_TFMX_H) |