| 328 | } |
| 329 | |
| 330 | uint32_t DM_DLLEXPORT dmHashString32(const char* string) |
| 331 | { |
| 332 | return dmHashBuffer32(string, strlen(string)); |
| 333 | } |
| 334 | |
| 335 | uint64_t DM_DLLEXPORT dmHashString64(const char* string) |
| 336 | { |
nothing calls this directly
no test coverage detected