GetPlatform.

This commit is contained in:
jussi
2024-05-20 17:56:28 +03:00
parent 9edaf7a47b
commit c95c797da6
6 changed files with 41 additions and 0 deletions

View File

@@ -1882,6 +1882,11 @@ function RL.IsGCUnloadEnabled() end
---@return any RL.SetGCUnload
function RL.SetGCUnload( enabled ) end
---Get platform. Returns "Windows", "Linux", "FreeBSD", "OpenBSD", "Apple" or "Emscripten"
---- Success return string
---@return any platform
function RL.GetPlatform() end
-- Core - Files management functions
---Load file data as byte array (read). Buffer type is BUFFER_UNSIGNED_CHAR