Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/snd/
Dsnd_SoundArchiveFile.h463 struct InternalFileInfo; // サウンドアーカイブ FILE ブロック内に格納
474 const InternalFileInfo* GetInternalFileInfo() const;
485 struct InternalFileInfo struct
/NW4C-1.3.3/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()