From 5fc4ef91a5a82981c3becf54509a2ae64b2b4ec1 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 8 Oct 2009 14:24:43 +0200 Subject: Split LOS code from view.cc. los.cc: basic raycasting algorithm; losight(), see_grid() etc. ray.cc: ray_def implementation. mon-los.cc: monster_los This includes adding a bunch of #includes; there's probably some obsolete includes of view.h now. --- crawl-ref/source/abyss.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/abyss.cc') diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc index 31103b1369..9effca870f 100644 --- a/crawl-ref/source/abyss.cc +++ b/crawl-ref/source/abyss.cc @@ -27,6 +27,7 @@ REVISION("$Rev$"); #include "dungeon.h" #include "items.h" #include "lev-pand.h" +#include "los.h" #include "religion.h" #include "stuff.h" #include "spells3.h" -- cgit v1.2.3-54-g00ecf