NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 132 of file snd_BankFile.h.
Public Types | |
enum | WaveDataLocationType { WAVE_DATA_LOCATION_INDEX , WAVE_DATA_LOCATION_ADDRESS , WAVE_DATA_LOCATION_CALLBACK } |
Public Attributes | ||
WaveDataLocationType | type | |
union { | ||
s32 index | ||
WaveInfo const * address | ||
WaveDataLocationCallback * callback | ||
}; | ||
enum nw4r::snd::detail::InstInfo::WaveDataLocation::WaveDataLocationType |
Definition at line 137 of file snd_BankFile.h.
WaveDataLocationType nw4r::snd::detail::InstInfo::WaveDataLocation::type |
Definition at line 146 of file snd_BankFile.h.
s32 nw4r::snd::detail::InstInfo::WaveDataLocation::index |
Definition at line 150 of file snd_BankFile.h.
WaveInfo const* nw4r::snd::detail::InstInfo::WaveDataLocation::address |
Definition at line 151 of file snd_BankFile.h.
WaveDataLocationCallback* nw4r::snd::detail::InstInfo::WaveDataLocation::callback |
Definition at line 152 of file snd_BankFile.h.