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

Add LuaVoxelManip

This commit is contained in:
kwolekr
2013-06-25 11:02:02 -04:00
parent e47f6fdfe9
commit d6ac3d8d9a
11 changed files with 413 additions and 8 deletions

View File

@@ -140,10 +140,12 @@ class ModApiItemMod
public:
ModApiItemMod();
bool Initialize(lua_State *L,int top);
bool Initialize(lua_State *L, int top);
static int l_register_item_raw(lua_State *L);
static int l_register_alias_raw(lua_State *L);
static int l_get_content_id(lua_State *L);
static int l_get_name_from_content_id(lua_State *L);
};