diff options
Diffstat (limited to 'tfmx/tfmxdebug.h')
-rw-r--r-- | tfmx/tfmxdebug.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tfmx/tfmxdebug.h b/tfmx/tfmxdebug.h deleted file mode 100644 index e849e561a9..0000000000 --- a/tfmx/tfmxdebug.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef TFMXDEBUG_H -#define TFMXDEBUG_H - -void displayTrackstep(const void *const vptr); -void displayPatternstep(const void *const vptr); -void displayMacroStep(const void *const vptr); -void displayMacroStep(const void *const vptr, int chan, int index); -void dumpTracksteps(Audio::Tfmx &player, uint16 first, uint16 last); -void dumpTrackstepsBySong(Audio::Tfmx &player, int song); -void dumpMacro(Audio::Tfmx &player, uint16 macroIndex, uint16 len = 0, uint16 start = 0); -void dumpPattern(Audio::Tfmx &player, uint16 pattIndex, uint16 len = 0, uint16 start = 0); -void countAllMacros(Audio::Tfmx &player); - -#endif // TFMXDEBUG_H
\ No newline at end of file |