summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/env.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/env.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/env.h')
-rw-r--r--crawl-ref/source/env.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/env.h b/crawl-ref/source/env.h
index a104a85e96..1f3c02f142 100644
--- a/crawl-ref/source/env.h
+++ b/crawl-ref/source/env.h
@@ -4,6 +4,7 @@
#include "map_knowledge.h"
#include "monster.h"
#include "show.h"
+#include "trap_def.h"
struct crawl_environment
{