From d6ac3d8d9a6484f2d348d1caea203de0069b6bd6 Mon Sep 17 00:00:00 2001 From: kwolekr Date: Tue, 25 Jun 2013 11:02:02 -0400 Subject: Add LuaVoxelManip --- src/script/lua_api/l_item.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/script/lua_api/l_item.h') diff --git a/src/script/lua_api/l_item.h b/src/script/lua_api/l_item.h index cbed4ae0b..bad517e08 100644 --- a/src/script/lua_api/l_item.h +++ b/src/script/lua_api/l_item.h @@ -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); }; -- cgit v1.2.3