mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Scripting WIP
This commit is contained in:
parent
ea8d6d7abd
commit
dcedfdacd1
12 changed files with 228 additions and 104 deletions
|
@ -61,7 +61,7 @@ lua_State* script_init()
|
|||
return L;
|
||||
}
|
||||
|
||||
lua_State* script_deinit(lua_State *L)
|
||||
void script_deinit(lua_State *L)
|
||||
{
|
||||
lua_close(L);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue