Ejemplo n.º 1
0
CIMGArchiveTranslatorHandle* CFileSystem::OpenIMGArchive( CFileTranslator *srcRoot, const wchar_t *srcPath )
{ return GenOpenIMGArchive( this, srcRoot, srcPath ); }
Ejemplo n.º 2
0
CIMGArchiveTranslatorHandle* CFileSystem::OpenIMGArchive( CFileTranslator *srcRoot, const wchar_t *srcPath, bool writeAccess, bool isLiveMode )
{ return GenOpenIMGArchive( this, srcRoot, srcPath, writeAccess, isLiveMode ); }