| 123 | } |
| 124 | |
| 125 | void Platform_DecodePath(cc_string* dst, const cc_filepath* path) { |
| 126 | const char* str = path->buffer; |
| 127 | String_AppendUtf8(dst, str, String_Length(str)); |
| 128 | } |
| 129 | |
| 130 | void Directory_GetCachePath(cc_string* path) { } |
| 131 |
no test coverage detected