From e2f1cf51c759f0c70bc1dc9f1db3a8575e1db10f Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 31 Oct 2011 00:52:20 +0000 Subject: Prepared some parts of the code for multi world support, I created lots of TODO's git-svn-id: http://mc-server.googlecode.com/svn/trunk@29 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cFurnaceEntity.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/cFurnaceEntity.h') diff --git a/source/cFurnaceEntity.h b/source/cFurnaceEntity.h index a1ab051ba..86052d363 100644 --- a/source/cFurnaceEntity.h +++ b/source/cFurnaceEntity.h @@ -9,6 +9,7 @@ namespace Json class Value; } +class cChunk; class cClientHandle; class cServer; class cItem; @@ -16,7 +17,7 @@ class cNBTData; class cFurnaceEntity : public cBlockEntity, public cWindowOwner { public: - cFurnaceEntity(int a_X, int a_Y, int a_Z); + cFurnaceEntity(int a_X, int a_Y, int a_Z, cChunk* a_Chunk); virtual ~cFurnaceEntity(); virtual void Destroy(); -- cgit v1.2.3