Files
libsm64/src/decomp/audio/load_dat.c
T
NepuShiro 0406c215d2
Build libsm64 / Build libsm64 for linux (push) Failing after 27s
Build libsm64 / Build libsm64 for web (push) Failing after 31s
Build libsm64 / Build libsm64 for windows (push) Failing after 22s
Reformat to something more readable for me :3
2026-05-24 12:08:18 -05:00

11 lines
172 B
C

#include "load_dat.h"
struct seqFile *gSoundDataADSR;
struct seqFile *gSoundDataRaw;
struct seqFile *gMusicData;
#ifndef VERSION_SH
unsigned char *gBankSetsData;
#endif