mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-15 05:51:20 +00:00
19 lines
276 B
C
19 lines
276 B
C
#ifndef _MUSYX_SYNTH_DBTAB
|
|
#define _MUSYX_SYNTH_DBTAB
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern u16 dspAttenuationTab[194];
|
|
extern u8 dspScale2IndexTab[1024];
|
|
extern float dspDLSVolTab[129];
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // _MUSYX_SYNTH_DBTAB
|