summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-27 16:53:38 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-27 16:53:49 +0100
commitb2ab02a8348c2ea560a72a62a773c0a0d6820734 (patch)
tree74b68986945c666a269c7b8cc582081e795633e5 /crawl-ref/source/traps.h
parentdf9015848b407ce1d802759739706b4804b906b9 (diff)
downloadcrawl-ref-b2ab02a8348c2ea560a72a62a773c0a0d6820734.tar.gz
crawl-ref-b2ab02a8348c2ea560a72a62a773c0a0d6820734.zip
Move trap_def from externs.h to trap_def.h.
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 1fe167040f..7d761e85d2 100644
--- a/crawl-ref/source/traps.h
+++ b/crawl-ref/source/traps.h
@@ -12,6 +12,7 @@
struct bolt;
class monsters;
+struct trap_def;
void disarm_trap(const coord_def& where);
void remove_net_from( monsters *mon );