diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2017-01-02 12:58:55 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2017-01-02 12:58:55 +0100 |
commit | a0e86733b4ddab6aa886a7cbb8fe9019f99a3459 (patch) | |
tree | d2f6fb78372cbb12a4123901383b0fe65795ca20 /mzf2wav/src/methods.h | |
download | sharp-mz-a0e86733b4ddab6aa886a7cbb8fe9019f99a3459.tar.gz sharp-mz-a0e86733b4ddab6aa886a7cbb8fe9019f99a3459.zip |
Import from http://www.sharpmz.org/mzf2wav.htm
Diffstat (limited to 'mzf2wav/src/methods.h')
-rw-r--r-- | mzf2wav/src/methods.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mzf2wav/src/methods.h b/mzf2wav/src/methods.h new file mode 100644 index 0000000..4c8dd82 --- /dev/null +++ b/mzf2wav/src/methods.h @@ -0,0 +1,6 @@ +#include "physical.h" + +// Prototypes. +void trans(byte *), // Transfer file fast. + conv(byte *), // Transfer file according to conventions. + turbo(byte *); // Transfer file in turbo mode. |