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/AllToLua.pkg | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/AllToLua.pkg') diff --git a/source/AllToLua.pkg b/source/AllToLua.pkg index ee098e63e..f36443329 100644 --- a/source/AllToLua.pkg +++ b/source/AllToLua.pkg @@ -15,11 +15,6 @@ typedef unsigned short UInt16; $cfile "ChunkDef.h" -$cfile "Torch.h" -$cfile "Stairs.h" -$cfile "Ladder.h" -$cfile "Vine.h" - $cfile "../iniFile/iniFile.h" $cfile "BlockID.h" -- cgit v1.2.3