| 82 | } |
| 83 | |
| 84 | Result OpenURL(const char* url, const char* target) |
| 85 | { |
| 86 | if (dmSysOpenURL(url, target)) |
| 87 | { |
| 88 | return RESULT_OK; |
| 89 | } |
| 90 | else |
| 91 | { |
| 92 | return RESULT_UNKNOWN; |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | Result GetApplicationPath(char* path_out, uint32_t path_len) |
| 97 | { |