Home
last modified time | relevance | path

Searched refs:GetLabelBlock (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SequenceSoundFile.h39 const LabelBlock* GetLabelBlock() const;
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SequenceSoundFile.cpp35 const SequenceSoundFile::LabelBlock* SequenceSoundFile::FileHeader::GetLabelBlock() const in GetLabelBlock() function in nw::snd::internal::SequenceSoundFile::FileHeader
Dsnd_SequenceSoundFileReader.cpp87 const SequenceSoundFile::LabelBlock* labelBlock = m_pHeader->GetLabelBlock(); in SequenceSoundFileReader()