Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundArchiveFile.h463 struct ExternalFileInfo; // サウンドアーカイブ外に格納
474 const ExternalFileInfo* GetExternalFileInfo() const;
500 struct ExternalFileInfo struct
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp928 const SoundArchiveFile::ExternalFileInfo*
936 return reinterpret_cast<const ExternalFileInfo*>( in GetExternalFileInfo()
Dsnd_SoundArchiveFileReader.cpp309 const SoundArchiveFile::ExternalFileInfo* location = data->GetExternalFileInfo(); in ReadFileInfo()