summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-28 23:05:38 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2009-12-28 23:05:38 +0530
commitbad09911df71edf9399974fb619ff79e4797fa5e (patch)
tree10be241ece079f750dd3ec9d03c802bf8e5c5703 /crawl-ref/source/dungeon.h
parent87f499df5e027c60f0d9f217464dfafd190b0772 (diff)
downloadcrawl-ref-bad09911df71edf9399974fb619ff79e4797fa5e.tar.gz
crawl-ref-bad09911df71edf9399974fb619ff79e4797fa5e.zip
Place clumps of plants on Shoals levels.
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index bc140c3f2e..f58c17355c 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -268,6 +268,9 @@ void dgn_replace_area(int sx, int sy, int ex, int ey,
dungeon_feature_type feature,
unsigned mmask = 0, bool needs_update = false);
+bool dgn_ensure_vault_placed(bool vault_success,
+ bool disable_further_vaults);
+
inline int count_feature_in_box( const coord_def& p1, const coord_def& p2,
dungeon_feature_type feat )
{