mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-06 07:13:29 +00:00
18 lines
191 B
C
18 lines
191 B
C
#ifndef MUSYX_DSP_IMPORT_H
|
|
#define MUSYX_DSP_IMPORT_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
char dspSlave[];
|
|
short dspSlaveLength;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|