From ed5578fd2442f375e10c5ed37c11d93e13daf564 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 19 Jun 2012 21:31:00 +0000 Subject: Removed json-related methods from Lua API git-svn-id: http://mc-server.googlecode.com/svn/trunk@634 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cItem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/cItem.h') diff --git a/source/cItem.h b/source/cItem.h index 0f4aa6b70..456bb40d5 100644 --- a/source/cItem.h +++ b/source/cItem.h @@ -95,8 +95,10 @@ public: inline bool HasDuration() { return GetMaxDuration() > 0; } + // tolua_end void GetJson( Json::Value & a_OutValue ) const; void FromJson( const Json::Value & a_Value ); + // tolua_begin static bool IsEnchantable(ENUM_ITEM_ID item); -- cgit v1.2.3