summaryrefslogtreecommitdiff
path: root/mzf2wav/src/methods.h
blob: 4c8dd82bda5b5718601fa2e4931f564a7fb9ccc1 (plain)
1
2
3
4
5
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.