Home
last modified time | relevance | path

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

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