diff options
Diffstat (limited to 'source/cItem.h')
-rw-r--r-- | source/cItem.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |