summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-06 20:59:12 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-09 11:43:41 -0500
commit516e036b068f2f95858c7e2362ebfff0f3175567 (patch)
tree275191b3ded7ac52caa720cc65b4653f40275718 /crawl-ref/source/traps.h
parentac878cb3350a53ab058e5480eaadec798681ef52 (diff)
downloadcrawl-ref-516e036b068f2f95858c7e2362ebfff0f3175567.tar.gz
crawl-ref-516e036b068f2f95858c7e2362ebfff0f3175567.zip
get the functionality actually working
Diffstat (limited to 'crawl-ref/source/traps.h')
-rw-r--r--crawl-ref/source/traps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h
index e6caebc85b..8a612a23c8 100644
--- a/crawl-ref/source/traps.h
+++ b/crawl-ref/source/traps.h
@@ -25,6 +25,7 @@ void monster_caught_in_net(monster* mon, bolt &pbolt);
bool player_caught_in_net();
void clear_trapping_net();
void check_net_will_hold_monster(monster* mon);
+std::vector<coord_def> find_golubria_on_level();
dungeon_feature_type trap_category(trap_type type);