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

Description

Definition at line 21 of file snd_WaveArchive.h.

Classes

struct  DataBlock
 
struct  FileHeader
 
struct  TableBlock
 
struct  TableItem
 

Static Public Attributes

static ulong const SIGNATURE_TABLE_BLOCK
 
static ulong const SIGNATURE_DATA_BLOCK
 
static ulong const SIGNATURE_FILE
 
static int const FILE_VERSION = NW4R_FILE_VERSION(1, 0)
 

Member Data Documentation

◆ SIGNATURE_TABLE_BLOCK

ulong const nw4r::snd::detail::WaveArchive::SIGNATURE_TABLE_BLOCK
static
Initial value:
=
NW4R_FOUR_BYTE('T', 'A', 'B', 'L')

Definition at line 44 of file snd_WaveArchive.h.

◆ SIGNATURE_DATA_BLOCK

ulong const nw4r::snd::detail::WaveArchive::SIGNATURE_DATA_BLOCK
static
Initial value:
=
NW4R_FOUR_BYTE('D', 'A', 'T', 'A')

Definition at line 56 of file snd_WaveArchive.h.

◆ SIGNATURE_FILE

ulong const nw4r::snd::detail::WaveArchive::SIGNATURE_FILE
static
Initial value:
=
NW4R_FOUR_BYTE('R', 'W', 'A', 'R')

Definition at line 69 of file snd_WaveArchive.h.

◆ FILE_VERSION

int const nw4r::snd::detail::WaveArchive::FILE_VERSION = NW4R_FILE_VERSION(1, 0)
static

Definition at line 71 of file snd_WaveArchive.h.