Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SequenceSoundFile.h37 const LabelBlock* GetLabelBlock() const;
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SequenceSoundFile.cpp33 const SequenceSoundFile::LabelBlock* SequenceSoundFile::FileHeader::GetLabelBlock() const in GetLabelBlock() function in nw::snd::internal::SequenceSoundFile::FileHeader
Dsnd_SequenceSoundFileReader.cpp85 const SequenceSoundFile::LabelBlock* labelBlock = m_pHeader->GetLabelBlock(); in SequenceSoundFileReader()