diff options
author | Mike Hunsinger <mike.hunsinger@gmail.com> | 2013-12-29 07:49:51 +0100 |
---|---|---|
committer | Mike Hunsinger <mike.hunsinger@gmail.com> | 2013-12-29 07:49:51 +0100 |
commit | b93b4c4825503e3c03c44091b415cc7186b24455 (patch) | |
tree | deab9986fe0646aa6e1e285bcd67455e409a322a /src/Generating/Trees.h | |
parent | Fixed the Windows script for uploading Lua API to an FTP server. (diff) | |
download | cuberite-b93b4c4825503e3c03c44091b415cc7186b24455.tar cuberite-b93b4c4825503e3c03c44091b415cc7186b24455.tar.gz cuberite-b93b4c4825503e3c03c44091b415cc7186b24455.tar.bz2 cuberite-b93b4c4825503e3c03c44091b415cc7186b24455.tar.lz cuberite-b93b4c4825503e3c03c44091b415cc7186b24455.tar.xz cuberite-b93b4c4825503e3c03c44091b415cc7186b24455.tar.zst cuberite-b93b4c4825503e3c03c44091b415cc7186b24455.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Generating/Trees.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Generating/Trees.h b/src/Generating/Trees.h index f5148ad6f..514158eb7 100644 --- a/src/Generating/Trees.h +++ b/src/Generating/Trees.h @@ -63,6 +63,9 @@ void GetLargeAppleTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a /// Generates an image of a random birch tree void GetBirchTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a_Noise, int a_Seq, sSetBlockVector & a_LogBlocks, sSetBlockVector & a_OtherBlocks); +/// Generates an image of a random large birch tree +void GetTallBirchTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a_Noise, int a_Seq, sSetBlockVector & a_LogBlocks,sSetBlockVector & a_OtherBlocks); + /// Generates an image of a random conifer tree void GetConiferTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a_Noise, int a_Seq, sSetBlockVector & a_LogBlocks, sSetBlockVector & a_OtherBlocks); |