summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua
index 35b0778..7e0b28e 100644
--- a/ReiLua_API.lua
+++ b/ReiLua_API.lua
@@ -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