mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
75bb9b7912
* Refresh 13 Co-authored-by: n64 <n64>
14 lines
No EOL
229 B
C
14 lines
No EOL
229 B
C
#ifndef SOUND_DATA_H
|
|
#define SOUND_DATA_H
|
|
|
|
extern unsigned char gSoundDataADSR[];
|
|
|
|
extern unsigned char gSoundDataRaw[];
|
|
|
|
extern unsigned char gMusicData[];
|
|
|
|
#ifndef VERSION_SH
|
|
extern unsigned char gBankSetsData[];
|
|
#endif
|
|
|
|
#endif |