From d2b1aea018650c570e405b5ebb58de3f5b85054e Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Fri, 4 Nov 2011 05:01:55 +0000 Subject: Added (Probably incorrectly) a cRedstone class. Also, palcing a redstone torch will recursively light any redstone wire it's connected to. Removing a torch from an active wire will unlight the entire length. Class needs to be updated to make use of non deprecated function. Current deprecated function warning drastically slows redstone performance. git-svn-id: http://mc-server.googlecode.com/svn/trunk@51 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/cClientHandle.h') diff --git a/source/cClientHandle.h b/source/cClientHandle.h index 318355773..5025f03d2 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -7,6 +7,7 @@ class Game; class cPacket; class cChunk; class cPlayer; +class cRedstone; class cClientHandle // tolua_export { // tolua_export public: -- cgit v1.2.3