Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchiveFile.h462 struct InternalFileInfo; // サウンドアーカイブ FILE ブロック内に格納
473 const InternalFileInfo* GetInternalFileInfo() const;
484 struct InternalFileInfo struct
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp916 const SoundArchiveFile::InternalFileInfo*
924 return reinterpret_cast<const InternalFileInfo*>( in GetInternalFileInfo()
Dsnd_SoundArchiveFileReader.cpp302 const SoundArchiveFile::InternalFileInfo* location = data->GetInternalFileInfo(); in ReadFileInfo()