Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
nw4hbm::snd::detail::SeqFile Namespace Reference

Classes

struct  DataBlock
 
struct  Header
 

Typedefs

typedef struct nw4hbm::snd::detail::SeqFile::Header Header
 
typedef struct nw4hbm::snd::detail::SeqFile::DataBlock DataBlock
 

Variables

static const u32 SIGNATURE_DATA_BLOCK = 'DATA'
 
static const u32 SIGNATURE_FILE = 'RSEQ'
 
static const int FILE_VERSION = NW4HBM_VERSION(1, 0)
 
static const int SUPPORTED_FILE_VERSION = NW4HBM_VERSION(1, 1)
 

Typedef Documentation

◆ DataBlock

typedef struct nw4hbm::snd::detail::SeqFile::DataBlock nw4hbm::snd::detail::SeqFile::DataBlock

◆ Header

typedef struct nw4hbm::snd::detail::SeqFile::Header nw4hbm::snd::detail::SeqFile::Header

Variable Documentation

◆ FILE_VERSION

const int nw4hbm::snd::detail::SeqFile::FILE_VERSION = NW4HBM_VERSION(1, 0)
static

◆ SIGNATURE_DATA_BLOCK

const u32 nw4hbm::snd::detail::SeqFile::SIGNATURE_DATA_BLOCK = 'DATA'
static

◆ SIGNATURE_FILE

const u32 nw4hbm::snd::detail::SeqFile::SIGNATURE_FILE = 'RSEQ'
static

◆ SUPPORTED_FILE_VERSION

const int nw4hbm::snd::detail::SeqFile::SUPPORTED_FILE_VERSION = NW4HBM_VERSION(1, 1)
static