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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/dungeon.h b/crawl-ref/source/dungeon.h
index dedd41ae68..2da0e50a0c 100644
--- a/crawl-ref/source/dungeon.h
+++ b/crawl-ref/source/dungeon.h
@@ -19,6 +19,8 @@
void item_colour( item_def &item );
+bool feat_blocks_movement(int feature);
+
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: files
@@ -46,4 +48,6 @@ void give_item(int mid, int level_number);
* *********************************************************************** */
void define_zombie(int mid, int ztype, int cs, int power);
+bool is_wall(int feature);
+
#endif