Files
libsm64/src/decomp/audio/load_dat.c
T
NepuShiro 9ff6947911
Build libsm64 / Build libsm64 for linux (push) Failing after 28s
Build libsm64 / Build libsm64 for web (push) Failing after 29s
Build libsm64 / Build libsm64 for windows (push) Failing after 23s
Reformat to something more readable for me :3
2026-05-24 11:31:35 -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