mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
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 |