prime/src/musyx/dsp_import.h

13 lines
167 B
C
Raw Normal View History

#ifndef MUSYX_DSP_IMPORT_H
#define MUSYX_DSP_IMPORT_H
#ifdef __cpluplus
extern "C" {
#endif
char dspSlave[];
short dspSlaveLength;
#ifdef __cpluplus
}
#endif
#endif