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

Description

Definition at line 67 of file snd_SoundArchive.h.

Public Attributes

ulong itemCount
 
char const * extFilePath
 
ulong offset
 
ulong size
 
ulong waveDataOffset
 
ulong waveDataSize
 

Member Data Documentation

◆ itemCount

ulong nw4r::snd::SoundArchive::GroupInfo::itemCount

Definition at line 69 of file snd_SoundArchive.h.

◆ extFilePath

char const* nw4r::snd::SoundArchive::GroupInfo::extFilePath

Definition at line 70 of file snd_SoundArchive.h.

◆ offset

ulong nw4r::snd::SoundArchive::GroupInfo::offset

Definition at line 71 of file snd_SoundArchive.h.

◆ size

ulong nw4r::snd::SoundArchive::GroupInfo::size

Definition at line 72 of file snd_SoundArchive.h.

◆ waveDataOffset

ulong nw4r::snd::SoundArchive::GroupInfo::waveDataOffset

Definition at line 73 of file snd_SoundArchive.h.

◆ waveDataSize

ulong nw4r::snd::SoundArchive::GroupInfo::waveDataSize

Definition at line 74 of file snd_SoundArchive.h.