1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02:00

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