Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchiveFile.h466 struct ExternalFileInfo; // サウンドアーカイブ外に格納
477 const ExternalFileInfo* GetExternalFileInfo() const;
503 struct ExternalFileInfo struct
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp942 const SoundArchiveFile::ExternalFileInfo*
950 return reinterpret_cast<const ExternalFileInfo*>( in GetExternalFileInfo()
Dsnd_SoundArchiveFileReader.cpp311 const SoundArchiveFile::ExternalFileInfo* location = data->GetExternalFileInfo(); in ReadFileInfo()