diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-14 22:21:03 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-03-14 22:21:03 +0100 |
commit | b974b1ea59efac4a14a929b917df152d06487201 (patch) | |
tree | e23c97a10cfde99c7ddcaa0960e459d8e9caaf16 /source/ChunkDef.h | |
parent | Added the new ChunkDef.h into VC2010 project (diff) | |
download | cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.gz cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.bz2 cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.lz cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.xz cuberite-b974b1ea59efac4a14a929b917df152d06487201.tar.zst cuberite-b974b1ea59efac4a14a929b917df152d06487201.zip |
Diffstat (limited to '')
-rw-r--r-- | source/ChunkDef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/ChunkDef.h b/source/ChunkDef.h index 38dfcd7b4..647f9b51e 100644 --- a/source/ChunkDef.h +++ b/source/ChunkDef.h @@ -43,6 +43,7 @@ typedef std::list<cBlockEntity *> cBlockEntityList; /// The datatype used by blockdata, metadata, blocklight and skylight
typedef char BLOCKTYPE;
+typedef char BIOMETYPE;
|