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