mirror of
https://github.com/love2d/love.git
synced 2026-08-18 19:54:22 +02:00
Added love.system.openURL (resolves issue #863)
This commit is contained in:
Regular → Executable
+7
@@ -35,6 +35,13 @@ namespace love
|
||||
**/
|
||||
std::string to_utf8(LPCWSTR wstr);
|
||||
|
||||
/**
|
||||
* Convert a UTF-8 encoded string to a wide string.
|
||||
* @param str The UTF-8 string.
|
||||
* @return A wide string.
|
||||
**/
|
||||
std::wstring to_widestr(const std::string &str);
|
||||
|
||||
/**
|
||||
* Replace all occurences of 'find' with 'replace' in a string.
|
||||
* @param str The string to modify.
|
||||
|
||||
Reference in New Issue
Block a user