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

Go to the source code of this file.

Classes

struct  nw4hbm::snd::detail::WsdFile::WsdInfo
 
struct  nw4hbm::snd::detail::WsdFile::TrackInfo
 
struct  nw4hbm::snd::detail::WsdFile::NoteInfo
 
struct  nw4hbm::snd::detail::WsdFile::Wsd
 
struct  nw4hbm::snd::detail::WsdFile::Header
 
struct  nw4hbm::snd::detail::WsdFile::DataBlock
 
struct  nw4hbm::snd::detail::WsdFile::WaveBlock
 
struct  nw4hbm::snd::detail::WsdFile::WaveBlockOld
 
struct  nw4hbm::snd::detail::WaveSoundInfo
 
struct  nw4hbm::snd::detail::WaveSoundNoteInfo
 
class  nw4hbm::snd::detail::WsdFileReader
 

Namespaces

namespace  nw4hbm
 
namespace  nw4hbm::snd
 
namespace  nw4hbm::snd::detail
 
namespace  nw4hbm::snd::detail::WsdFile
 

Typedefs

typedef struct nw4hbm::snd::detail::WsdFile::WsdInfo nw4hbm::snd::detail::WsdFile::WsdInfo
 
typedef struct nw4hbm::snd::detail::WsdFile::TrackInfo nw4hbm::snd::detail::WsdFile::TrackInfo
 
typedef struct nw4hbm::snd::detail::WsdFile::NoteInfo nw4hbm::snd::detail::WsdFile::NoteInfo
 
typedef Util::DataRef< TrackInfonw4hbm::snd::detail::WsdFile::TrackInfoRef
 
typedef Util::Table< TrackInfoRefnw4hbm::snd::detail::WsdFile::TrackTable
 
typedef Util::DataRef< NoteInfonw4hbm::snd::detail::WsdFile::NoteInfoRef
 
typedef Util::Table< NoteInfoRefnw4hbm::snd::detail::WsdFile::NoteTable
 
typedef struct nw4hbm::snd::detail::WsdFile::Wsd nw4hbm::snd::detail::WsdFile::Wsd
 
typedef struct nw4hbm::snd::detail::WsdFile::Header nw4hbm::snd::detail::WsdFile::Header
 
typedef struct nw4hbm::snd::detail::WsdFile::DataBlock nw4hbm::snd::detail::WsdFile::DataBlock
 
typedef struct nw4hbm::snd::detail::WsdFile::WaveBlock nw4hbm::snd::detail::WsdFile::WaveBlock
 
typedef struct nw4hbm::snd::detail::WsdFile::WaveBlockOld nw4hbm::snd::detail::WsdFile::WaveBlockOld
 
typedef struct nw4hbm::snd::detail::WaveSoundInfo nw4hbm::snd::detail::WaveSoundInfo
 
typedef struct nw4hbm::snd::detail::WaveSoundNoteInfo nw4hbm::snd::detail::WaveSoundNoteInfo
 

Variables

static const u32 nw4hbm::snd::detail::WsdFile::SIGNATURE_FILE = 'RWSD'
 
static const u32 nw4hbm::snd::detail::WsdFile::SIGNATURE_DATA_BLOCK = 'DATA'
 
static const u32 nw4hbm::snd::detail::WsdFile::SIGNATURE_WAVE_BLOCK = 'WAVE'
 
static const int nw4hbm::snd::detail::WsdFile::FILE_VERSION = NW4HBM_VERSION(1, 2)