ADDED: OpenURL()
Corrected bug on ImageDrawRectangleLines()
This commit is contained in:
parent
6428317739
commit
5167f78d5f
3 changed files with 27 additions and 4 deletions
|
@ -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)
|
||||
//------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue