MCPcopy Create free account
hub / github.com/diasurgical/devilution / GetFileEntryLocale

Function GetFileEntryLocale

3rdParty/StormLib/src/SBaseFileTable.cpp:1843–1846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1841}
1842
1843TFileEntry * GetFileEntryLocale(TMPQArchive * ha, const char * szFileName, LCID lcLocale)
1844{
1845 return GetFileEntryLocale2(ha, szFileName, lcLocale, NULL);
1846}
1847
1848TFileEntry * GetFileEntryExact(TMPQArchive * ha, const char * szFileName, LCID lcLocale, LPDWORD PtrHashIndex)
1849{

Callers 1

SFileOpenArchiveFunction · 0.85

Calls 1

GetFileEntryLocale2Function · 0.85

Tested by

no test coverage detected