| 1674 | } |
| 1675 | |
| 1676 | ResourceResult ResourceGetWithExt(HResourceFactory factory, const char* path, const char* ext, void** resource) |
| 1677 | { |
| 1678 | return (ResourceResult)dmResource::GetWithExt(factory, path, ext, resource); |
| 1679 | } |
| 1680 | |
| 1681 | ResourceResult ResourceGetByHash(HResourceFactory factory, dmhash_t path_hash, void** resource) |
| 1682 | { |
nothing calls this directly
no test coverage detected