diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-25 15:26:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-25 15:26:31 -0400 |
commit | 8c34579a17e672c05e46275e938d8d8d73232d79 (patch) | |
tree | c9041081dba778a674c5753b112eefd4b7f94069 /include/sound.h | |
parent | 4ab04286637982c0f4938190ca363c2f7c9b0e3a (diff) |
Refactor sdat.h structs and name some routines
Diffstat (limited to 'include/sound.h')
-rw-r--r-- | include/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound.h b/include/sound.h index 0a4fc4ed..44bcba99 100644 --- a/include/sound.h +++ b/include/sound.h @@ -7,7 +7,7 @@ struct SoundData { - struct SDATHeader header; + struct SDATFileMgr header; void * unk_00090; u8 unk_00094[0xBBC00]; u32 unk_BBC94[9]; |