mirror of https://github.com/PrimeDecomp/prime.git
13 lines
167 B
C
13 lines
167 B
C
|
#ifndef MUSYX_DSP_IMPORT_H
|
||
|
#define MUSYX_DSP_IMPORT_H
|
||
|
|
||
|
#ifdef __cpluplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
char dspSlave[];
|
||
|
short dspSlaveLength;
|
||
|
#ifdef __cpluplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|