Home
last modified time | relevance | path

Searched refs:GetFileIdTable (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchiveFile.h387 NW_INLINE const Util::Table<ut::ResU32>* GetFileIdTable() const in GetFileIdTable() function
405 u32 GetFileIdCount() const { return GetFileIdTable().count; }
409 return GetFileIdTable().item[ index ];
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveFileReader.cpp258 info->fileIdTable = data->GetFileIdTable(); in ReadSoundGroupInfo()