ADDED: OpenURL()

Corrected bug on ImageDrawRectangleLines()
This commit is contained in:
Ray 2018-11-09 23:09:02 +01:00
parent 6428317739
commit 5167f78d5f
3 changed files with 27 additions and 4 deletions

View file

@ -887,6 +887,8 @@ RLAPI long GetFileModTime(const char *fileName); // Get file mo
RLAPI void StorageSaveValue(int position, int value); // Save integer value to storage file (to defined position)
RLAPI int StorageLoadValue(int position); // Load integer value from storage file (from defined position)
RLAPI void OpenURL(const char *url); // Open URL with default system browser (if available)
//------------------------------------------------------------------------------------
// Input Handling Functions (Module: core)
//------------------------------------------------------------------------------------