summaryrefslogtreecommitdiffstats
path: root/source/cItem.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cItem.h2
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);