mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add VoxelManip:close() for explicit free
This commit is contained in:
parent
79e0d834fd
commit
e03957ec0c
3 changed files with 23 additions and 0 deletions
|
@ -45,6 +45,8 @@ private:
|
|||
static int l_was_modified(lua_State *L);
|
||||
static int l_get_emerged_area(lua_State *L);
|
||||
|
||||
static int l_close(lua_State *L);
|
||||
|
||||
public:
|
||||
MMVManip *vm = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue