summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-27 22:09:02 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-27 22:09:02 -0700
commite4d45b9975e28eb14152e6d629fb5fc4241d6d48 (patch)
tree9ffa699101b9ff50503a9c5c3042c01ba4e7bbf7 /crawl-ref/source/traps.h
parent46567feccad9b89219b613130d1581e10f40e6c1 (diff)
downloadcrawl-ref-e4d45b9975e28eb14152e6d629fb5fc4241d6d48.tar.gz
crawl-ref-e4d45b9975e28eb14152e6d629fb5fc4241d6d48.zip
Move held_status() from stuff.cc to traps.cc
Also add some comments to stuff.h, categorizing functions for later removal.
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 76ba70942d..39c0980981 100644
--- a/crawl-ref/source/traps.h
+++ b/crawl-ref/source/traps.h
@@ -23,6 +23,7 @@ void free_stationary_net(int item_index);
void handle_traps(trap_type trt, int i, bool trap_known);
int get_trapping_net(const coord_def& where, bool trapped = true);
+const char* held_status(actor *act = NULL);
bool monster_caught_in_net(monster* mon, actor *agent);
bool player_caught_in_net();
void clear_trapping_net();