summaryrefslogtreecommitdiffstats
path: root/src/Generating/Trees.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Generating/Trees.h')
-rw-r--r--src/Generating/Trees.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Generating/Trees.h b/src/Generating/Trees.h
index 1f6ac4dff..2b2e0acc3 100644
--- a/src/Generating/Trees.h
+++ b/src/Generating/Trees.h
@@ -96,6 +96,8 @@ void GetLargeJungleTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise &
/// Generates an image of a small jungle tree (1x1 trunk)
void GetSmallJungleTreeImage(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 roofed tree forest tree
+void GetRoofedForestTreeImage(int a_BlockX, int a_BlockY, int a_BlockZ, cNoise & a_Noise, int a_Seq, sSetBlockVector & a_LogBlocks, sSetBlockVector & a_OtherBlocks);