| 1719 | } |
| 1720 | |
| 1721 | const char* ResourceGetExtFromPath(const char* path) |
| 1722 | { |
| 1723 | return dmResource::GetExtFromPath(path); |
| 1724 | } |
| 1725 | |
| 1726 | uint32_t ResourceGetCanonicalPath(const char* path, char* buf, uint32_t buf_len) |
| 1727 | { |
nothing calls this directly
no test coverage detected