From b2ab02a8348c2ea560a72a62a773c0a0d6820734 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 27 Nov 2009 16:53:38 +0100 Subject: Move trap_def from externs.h to trap_def.h. --- crawl-ref/source/env.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/env.h') 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 { -- cgit v1.2.3-54-g00ecf