![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Namespaces | |
| namespace | nw4hbm |
| namespace | nw4hbm::snd |
| namespace | nw4hbm::snd::detail |
| namespace | nw4hbm::snd::detail::SoundArchiveFile |
Variables | |
| static const u32 | nw4hbm::snd::detail::SoundArchiveFile::SIGNATURE_FILE = 'RSAR' |
| static const u32 | nw4hbm::snd::detail::SoundArchiveFile::SIGNATURE_INFO_BLOCK = 'INFO' |
| static const u32 | nw4hbm::snd::detail::SoundArchiveFile::SIGNATURE_SYMB_BLOCK = 'SYMB' |
| static const int | nw4hbm::snd::detail::SoundArchiveFile::FILE_VERSION = NW4HBM_VERSION(1, 1) |
| static const int | nw4hbm::snd::detail::SoundArchiveFile::HEADER_AREA_SIZE = OSRoundUp32B(sizeof(Header)) + 40 |