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

Description

Definition at line 82 of file snd_SeqFile.h.

Public Member Functions

 SeqFileReader (void const *seqData)
 
void const * GetBaseAddress () const
 
bool IsValidFileHeader (void const *seqData)
 
bool ReadOffsetByLabel (char const *labelName, ulong *offsetPtr) const
 

Static Public Attributes

static u16 const SUPPORTED_FILE_VERSION = NW4R_FILE_VERSION(1, 0)
 

Private Attributes

SeqFile::Header const * mHeader
 
SeqFile::DataBlock const * mDataBlock
 

Member Data Documentation

◆ SUPPORTED_FILE_VERSION

u16 const nw4r::snd::detail::SeqFileReader::SUPPORTED_FILE_VERSION = NW4R_FILE_VERSION(1, 0)
static

Definition at line 98 of file snd_SeqFile.h.

◆ mHeader

SeqFile::Header const* nw4r::snd::detail::SeqFileReader::mHeader
private

Definition at line 102 of file snd_SeqFile.h.

◆ mDataBlock

SeqFile::DataBlock const* nw4r::snd::detail::SeqFileReader::mDataBlock
private

Definition at line 103 of file snd_SeqFile.h.