1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Implement API to create empty VoxelManip

This commit is contained in:
sfan5 2025-05-25 15:43:59 +02:00
parent 2832cbef6c
commit aab5812620
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);