Home
last modified time | relevance | path

Searched refs:FileBlock (Results 1 – 8 of 8) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveArchiveFile.h41 struct FileBlock;
54 const FileBlock* GetFileBlock() const;
102 struct FileBlock struct
Dsnd_GroupFile.h30 struct FileBlock;
41 const FileBlock* GetFileBlock() const;
121 struct FileBlock struct
Dsnd_SoundArchiveFile.h39 struct FileBlock;
54 const FileBlock* GetFileBlock() const;
532 struct FileBlock struct
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_GroupFile.cpp34 const GroupFile::FileBlock* GroupFile::FileHeader::GetFileBlock() const in GetFileBlock()
36 return static_cast<const FileBlock*>( GetBlock( ElementType_GroupFile_FileBlock ) ); in GetFileBlock()
Dsnd_WaveArchiveFile.cpp37 const WaveArchiveFile::FileBlock*
40 return reinterpret_cast<const FileBlock*>( in GetFileBlock()
Dsnd_GroupFileReader.cpp83 const GroupFile::FileBlock* fileBlock = header->GetFileBlock(); in GroupFileReader()
Dsnd_WaveArchiveFileReader.cpp147 + offsetof( WaveArchiveFile::FileBlock, body ) in GetWaveFileOffsetFromFileHead()
Dsnd_SoundArchiveFile.cpp141 const SoundArchiveFile::FileBlock*