summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/terrain.h')
-rw-r--r--crawl-ref/source/terrain.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/terrain.h b/crawl-ref/source/terrain.h
index 16b728c5c4..24724a5713 100644
--- a/crawl-ref/source/terrain.h
+++ b/crawl-ref/source/terrain.h
@@ -57,4 +57,6 @@ void dungeon_terrain_changed(const coord_def &pos,
bool is_critical_feature(dungeon_feature_type feat);
+void init_feat_desc_cache();
+dungeon_feature_type feat_by_desc(std::string desc);
#endif