From 95be0403e69b3047a0375cf965dedca0ad876409 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 15 Oct 2023 22:31:17 +0300 Subject: Argumets stored in RL.arg array. --- ReiLua_API.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 66ba45c..881fb11 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -20,6 +20,8 @@ function RL.event( event ) end function RL.log( logLevel, message ) end ---This function will be called on program close. Cleanup could be done here. function RL.exit() end +---This function will be called on program close. Cleanup could be done here. +function RL.exit() end -- Globals - ConfigFlags -- cgit v1.2.3