From bf13084f1fa8560d8eda8551b74755b543c1fdd4 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 2 Jul 2012 16:30:17 +0000 Subject: cBlockArea object added (with only minimal testing so far) git-svn-id: http://mc-server.googlecode.com/svn/trunk@641 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/ChunkDef.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/ChunkDef.h') diff --git a/source/ChunkDef.h b/source/ChunkDef.h index 90ca84a1c..a9a10335c 100644 --- a/source/ChunkDef.h +++ b/source/ChunkDef.h @@ -41,6 +41,10 @@ typedef std::list cBlockEntityList; +/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// +// NOTE: when changing the BLOCKTYPE or NIBBLETYPE types, you need to change them both in this file and in AllToLua.pkg +// (for some reason, just including the ChunkDef.h file in AllToLua.pkg doesn't work in ToLua) + /// The datatype used by blockdata typedef char BLOCKTYPE; @@ -50,6 +54,8 @@ typedef unsigned char NIBBLETYPE; /// The type used by the heightmap typedef unsigned char HEIGHTTYPE; +/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + -- cgit v1.2.3