diff options
Diffstat (limited to 'sound/mods/tfmx.cpp')
-rw-r--r-- | sound/mods/tfmx.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/mods/tfmx.cpp b/sound/mods/tfmx.cpp index 4886904115..b26d3ab27b 100644 --- a/sound/mods/tfmx.cpp +++ b/sound/mods/tfmx.cpp @@ -31,6 +31,9 @@ #include "sound/mods/tfmx.h" +// test for engines using this class. +#if defined(ENABLE_SCUMM) + // couple debug-functions namespace { void displayPatternstep(const void *const vptr); @@ -1173,3 +1176,6 @@ void displayMacroStep(const void *const vptr, int chan, int index) {} void displayPatternstep(const void *const vptr) {} #endif } // End of namespace + +#endif // #if defined(ENABLE_SCUMM) + |