Implement API to create empty VoxelManip

This commit is contained in:
sfan5
2025-05-25 15:43:59 +02:00
parent 6274a8dec4
commit aa1bab2156
3 changed files with 62 additions and 17 deletions

View File

@@ -24,6 +24,7 @@ class LuaVoxelManip : public ModApiBase
static int gc_object(lua_State *L);
static int l_read_from_map(lua_State *L);
static int l_initialize(lua_State *L);
static int l_get_data(lua_State *L);
static int l_set_data(lua_State *L);
static int l_write_to_map(lua_State *L);