diff options
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
