summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/traps.h')
-rw-r--r--crawl-ref/source/traps.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h
index 1853cf5313..793789a935 100644
--- a/crawl-ref/source/traps.h
+++ b/crawl-ref/source/traps.h
@@ -64,7 +64,9 @@ dungeon_feature_type trap_category(trap_type type);
int trap_at_xy(int x, int y);
trap_type trap_type_at_xy(int x, int y);
-bool is_valid_shaft_level(const level_id &place = level_id::current());
+bool is_valid_shaft_level(const level_id &place = level_id::current());
+level_id generic_shaft_dest(coord_def pos);
+void handle_items_on_shaft(int x, int y, bool open_shaft);
int num_traps_for_place(int level_number = -1,
const level_id &place = level_id::current());