From 64c38d95bfd6b24e34bc86f7d4ce7ba345c5a963 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 4 Nov 2009 22:45:50 +0100 Subject: Split up view.cc. --- crawl-ref/source/mon-act.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/mon-act.cc') diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc index daa4a50577..2ad17e09a2 100644 --- a/crawl-ref/source/mon-act.cc +++ b/crawl-ref/source/mon-act.cc @@ -16,6 +16,7 @@ #include "cloud.h" #include "delay.h" #include "directn.h" +#include "envmap.h" #include "fight.h" #include "itemname.h" #include "itemprop.h" @@ -41,6 +42,7 @@ #include "traps.h" #include "tutorial.h" #include "view.h" +#include "viewchar.h" static bool _handle_pickup(monsters *monster); static void _mons_in_cloud(monsters *monster); -- cgit v1.2.3-54-g00ecf