summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/perlin.h
diff options
context:
space:
mode:
authorBrendan Hickey <brendan@bhickey.net>2012-09-20 23:14:51 -0700
committerBrendan Hickey <brendan@bhickey.net>2012-12-30 19:06:14 -0800
commit43754da300b02433c8f78f459daf43212ad9fe44 (patch)
treea203228aefbf053605a6c9292dcabad4dd9ef205 /crawl-ref/source/perlin.h
parent96d469f78dc30e6d21c65c36b021e161a346deda (diff)
downloadcrawl-ref-43754da300b02433c8f78f459daf43212ad9fe44.tar.gz
crawl-ref-43754da300b02433c8f78f459daf43212ad9fe44.zip
Abyss layout changes
Futzing around quite a bit with the abyss layout.
Diffstat (limited to 'crawl-ref/source/perlin.h')
-rw-r--r--crawl-ref/source/perlin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/perlin.h b/crawl-ref/source/perlin.h
index 7eec2aef74..dc7bb68c73 100644
--- a/crawl-ref/source/perlin.h
+++ b/crawl-ref/source/perlin.h
@@ -6,5 +6,6 @@ namespace perlin
double noise(double xin, double yin);
double noise(double xin, double yin, double zin); // Praise be to Zin!
double noise(double xin, double yin, double zin, double win);
+ double fBM(double xin, double yin, double zin, uint32_t octaves);
}
#endif /* PERLIN_H */