mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-15 05:51:20 +00:00
18 lines
225 B
C
18 lines
225 B
C
#ifndef _MUSYX_DSP_IMPORT
|
|
#define _MUSYX_DSP_IMPORT
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern char dspSlave[];
|
|
extern ushort dspSlaveLength;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _MUSYX_DSP_IMPORT
|