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

Description

Definition at line 156 of file snd_BasicSound.h.

Classes

class  AmbientArgAllocaterCallback
 
class  AmbientArgUpdateCallback
 
class  AmbientParamUpdateCallback
 

Public Attributes

AmbientParamUpdateCallbackparamUpdateCallback
 
AmbientArgUpdateCallbackargUpdateCallback
 
AmbientArgAllocaterCallbackargAllocaterCallback
 
void * arg
 
ulong argSize
 

Member Data Documentation

◆ paramUpdateCallback

AmbientParamUpdateCallback* nw4r::snd::detail::BasicSound::AmbientInfo::paramUpdateCallback

Definition at line 218 of file snd_BasicSound.h.

◆ argUpdateCallback

AmbientArgUpdateCallback* nw4r::snd::detail::BasicSound::AmbientInfo::argUpdateCallback

Definition at line 219 of file snd_BasicSound.h.

◆ argAllocaterCallback

AmbientArgAllocaterCallback* nw4r::snd::detail::BasicSound::AmbientInfo::argAllocaterCallback

Definition at line 220 of file snd_BasicSound.h.

◆ arg

void* nw4r::snd::detail::BasicSound::AmbientInfo::arg

Definition at line 221 of file snd_BasicSound.h.

◆ argSize

ulong nw4r::snd::detail::BasicSound::AmbientInfo::argSize

Definition at line 222 of file snd_BasicSound.h.