| 402 | } |
| 403 | |
| 404 | int FetchHandle(const char *pszName) |
| 405 | { |
| 406 | return mpqapi_get_hash_index(Hash(pszName, 0), Hash(pszName, 1), Hash(pszName, 2), 0); |
| 407 | } |
| 408 | |
| 409 | int mpqapi_get_hash_index(short index, int hash_a, int hash_b, int locale) |
| 410 | { |
no test coverage detected