Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/snd/
Dsnd_SoundArchiveFile.h465 struct InternalFileInfo; // サウンドアーカイブ FILE ブロック内に格納
476 const InternalFileInfo* GetInternalFileInfo() const;
487 struct InternalFileInfo struct
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp930 const SoundArchiveFile::InternalFileInfo*
938 return reinterpret_cast<const InternalFileInfo*>( in GetInternalFileInfo()
Dsnd_SoundArchiveFileReader.cpp304 const SoundArchiveFile::InternalFileInfo* location = data->GetInternalFileInfo(); in ReadFileInfo()