summaryrefslogtreecommitdiffstats
path: root/src/Generating/Trees.h
diff options
context:
space:
mode:
authorMike Hunsinger <mike.hunsinger@gmail.com>2013-12-29 07:49:51 +0100
committerMike Hunsinger <mike.hunsinger@gmail.com>2013-12-29 07:49:51 +0100
commitb93b4c4825503e3c03c44091b415cc7186b24455 (patch)
treedeab9986fe0646aa6e1e285bcd67455e409a322a /src/Generating/Trees.h
parentFixed the Windows script for uploading Lua API to an FTP server. (diff)
downloadcuberite-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 'src/Generating/Trees.h')
-rw-r--r--src/Generating/Trees.h3
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);