From 3ee523628465a59070354781cda6585f6778192c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Tue, 4 Jun 2013 19:22:14 +0000 Subject: Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers git-svn-id: http://mc-server.googlecode.com/svn/trunk@1555 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Enchantments.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/Enchantments.h') diff --git a/source/Enchantments.h b/source/Enchantments.h index 30c2fe7b7..c20da654b 100644 --- a/source/Enchantments.h +++ b/source/Enchantments.h @@ -90,11 +90,11 @@ public: /// Returns true if a_Other contains exactly the same enchantments and levels bool operator ==(const cEnchantments & a_Other) const; + // tolua_end + /// Returns true if a_Other doesn't contain exactly the same enchantments and levels bool operator !=(const cEnchantments & a_Other) const; - // tolua_end - /// Writes the enchantments into the specified NBT writer; begins with the LIST tag of the specified name ("ench" or "StoredEnchantments") void WriteToNBTCompound(cFastNBTWriter & a_Writer, const AString & a_ListTagName) const; -- cgit v1.2.3