From deda5fb9170295133444809618835e8b9aa61512 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 27 Nov 2022 14:08:58 +0200 Subject: Exit function and N-Patch fix. --- include/lua_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/lua_core.h') diff --git a/include/lua_core.h b/include/lua_core.h index 58b84d2..228c4c0 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -5,6 +5,7 @@ int luaTraceback( lua_State *L ); bool luaCallMain(); void luaCallProcess(); void luaCallDraw(); +void luaCallExit(); void luaRegister(); /* Lua Util functions */ Color uluaGetColor( lua_State *L ); -- cgit v1.2.3