From ed68368fe1c0ab6d048934ec94509750ba2eafb6 Mon Sep 17 00:00:00 2001 From: Alex MacDonald Date: Tue, 17 Nov 2009 15:35:35 -0500 Subject: Created generic interface for detecting traps within a radius. Signed-off-by: David Ploog --- crawl-ref/source/traps.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/traps.h') diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h index 7f49e2bcca..bd25c0c9a8 100644 --- a/crawl-ref/source/traps.h +++ b/crawl-ref/source/traps.h @@ -27,6 +27,7 @@ void check_net_will_hold_monster(monsters *mon); dungeon_feature_type trap_category(trap_type type); +int reveal_traps(const int range); void destroy_trap(const coord_def& pos); trap_def* find_trap(const coord_def& where); trap_type get_trap_type(const coord_def& where); -- cgit v1.2.3-54-g00ecf