Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
BankFile.h File Reference

Go to the source code of this file.

Classes

struct  nw4hbm::snd::detail::BankFile::InstParam
 
struct  nw4hbm::snd::detail::BankFile::RangeTable
 
struct  nw4hbm::snd::detail::BankFile::IndexTable
 
struct  nw4hbm::snd::detail::BankFile::Header
 
struct  nw4hbm::snd::detail::BankFile::DataBlock
 
struct  nw4hbm::snd::detail::BankFile::WaveBlock
 
struct  nw4hbm::snd::detail::InstInfo
 
class  nw4hbm::snd::detail::BankFileReader
 

Namespaces

namespace  nw4hbm
 
namespace  nw4hbm::snd
 
namespace  nw4hbm::snd::detail
 
namespace  nw4hbm::snd::detail::BankFile
 

Typedefs

typedef struct nw4hbm::snd::detail::BankFile::InstParam nw4hbm::snd::detail::BankFile::InstParam
 
typedef struct nw4hbm::snd::detail::BankFile::RangeTable nw4hbm::snd::detail::BankFile::RangeTable
 
typedef struct IndexTable nw4hbm::snd::detail::BankFile::IndexTable
 
typedef Util::DataRef< void, InstParam, RangeTable, IndexTablenw4hbm::snd::detail::BankFile::DataRegion
 
typedef Util::DataRef< WaveFile::WaveInfonw4hbm::snd::detail::BankFile::WaveRegion
 
typedef struct nw4hbm::snd::detail::BankFile::Header nw4hbm::snd::detail::BankFile::Header
 
typedef struct nw4hbm::snd::detail::BankFile::DataBlock nw4hbm::snd::detail::BankFile::DataBlock
 
typedef struct nw4hbm::snd::detail::BankFile::WaveBlock nw4hbm::snd::detail::BankFile::WaveBlock
 
typedef struct nw4hbm::snd::detail::InstInfo nw4hbm::snd::detail::InstInfo
 

Functions

u8 nw4hbm::snd::detail::ReadByte (const void *address)
 

Variables

static const u32 nw4hbm::snd::detail::BankFile::SIGNATURE_FILE = 'RBNK'
 
static const u32 nw4hbm::snd::detail::BankFile::SIGNATURE_DATA_BLOCK = 'DATA'
 
static const u32 nw4hbm::snd::detail::BankFile::SIGNATURE_WAVE_BLOCK = 'WAVE'