summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.h')
-rw-r--r--crawl-ref/source/dungeon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index 29217fba51..165515de3f 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -226,6 +226,8 @@ int dgn_place_monster(mons_spec &mspec,
bool force_pos = false, bool generate_awake = false,
bool patrolling = false);
+dungeon_feature_type dgn_tree_base_feature_at(coord_def c);
+
class item_list;
void dgn_place_multiple_items(item_list &list,
const coord_def& where,