Exit function and N-Patch fix.

This commit is contained in:
jussi
2022-11-27 14:08:58 +02:00
parent c327a1ed55
commit deda5fb917
8 changed files with 92 additions and 40 deletions

View File

@@ -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 );