NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
nw4r::snd::detail::InstInfo::WaveDataLocation Struct Reference

Description

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 
 
};  
 

Member Enumeration Documentation

◆ WaveDataLocationType

enum nw4r::snd::detail::InstInfo::WaveDataLocation::WaveDataLocationType

Definition at line 137 of file snd_BankFile.h.

Member Data Documentation

◆ type

WaveDataLocationType nw4r::snd::detail::InstInfo::WaveDataLocation::type

Definition at line 146 of file snd_BankFile.h.

◆ index

s32 nw4r::snd::detail::InstInfo::WaveDataLocation::index

Definition at line 150 of file snd_BankFile.h.

◆ address

WaveInfo const* nw4r::snd::detail::InstInfo::WaveDataLocation::address

Definition at line 151 of file snd_BankFile.h.

◆ callback

WaveDataLocationCallback* nw4r::snd::detail::InstInfo::WaveDataLocation::callback

Definition at line 152 of file snd_BankFile.h.