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/acr.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/acr.cc') diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc index 7ced21d0a1..4af8c5263f 100644 --- a/crawl-ref/source/acr.cc +++ b/crawl-ref/source/acr.cc @@ -62,6 +62,7 @@ #include "directn.h" #include "dungeon.h" #include "effects.h" +#include "envmap.h" #include "fight.h" #include "files.h" #include "food.h" @@ -118,6 +119,8 @@ #include "travel.h" #include "tutorial.h" #include "view.h" +#include "viewchar.h" +#include "viewgeom.h" #include "stash.h" #include "xom.h" -- cgit v1.2.3-54-g00ecf