| 170 | } |
| 171 | |
| 172 | Result GetFileSize(HArchive archive, dmhash_t path_hash, const char* path, uint32_t* file_size) |
| 173 | { |
| 174 | return archive->m_Loader->m_GetFileSize(archive->m_Internal, path_hash, path, file_size); |
| 175 | } |
| 176 | |
| 177 | Result ReadFile(HArchive archive, dmhash_t path_hash, const char* path, uint8_t* buffer, uint32_t buffer_len) |
| 178 | { |
no outgoing calls