Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveArchiveFile.h39 struct FileBlock;
52 const FileBlock* GetFileBlock() const;
100 struct FileBlock struct
Dsnd_GroupFile.h28 struct FileBlock;
36 const FileBlock* GetFileBlock() const;
115 struct FileBlock struct
Dsnd_SoundArchiveFile.h37 struct FileBlock;
52 const FileBlock* GetFileBlock() const;
529 struct FileBlock struct
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_GroupFile.cpp32 const GroupFile::FileBlock* GroupFile::FileHeader::GetFileBlock() const in GetFileBlock()
34 return static_cast<const FileBlock*>( GetBlock( ElementType_GroupFile_FileBlock ) ); in GetFileBlock()
Dsnd_WaveArchiveFile.cpp35 const WaveArchiveFile::FileBlock*
38 return reinterpret_cast<const FileBlock*>( in GetFileBlock()
Dsnd_GroupFileReader.cpp79 const GroupFile::FileBlock* fileBlock = header->GetFileBlock(); in GroupFileReader()
Dsnd_WaveArchiveFileReader.cpp145 + offsetof( WaveArchiveFile::FileBlock, body ) in GetWaveFileOffsetFromFileHead()
Dsnd_SoundArchiveFile.cpp139 const SoundArchiveFile::FileBlock*