* Open URL with default system browser (if available) */
| 199 | * Open URL with default system browser (if available) |
| 200 | */ |
| 201 | RLCPP_MAYBEUNUSED RLCPPAPI inline void OpenURL(const std::string& url) { |
| 202 | return ::OpenURL(url.c_str()); |
| 203 | } |
| 204 | |
| 205 | /** |
| 206 | * Load an image. |