mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Add VoxelManip:close() for explicit free
This commit is contained in:
parent
da7897a822
commit
7c7a9ceb53
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