summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-21 10:53:36 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-21 11:20:30 +0100
commit7a5fc61d8ed68ea39388f9d779fb9bd0efedbf93 (patch)
tree49bed6151b2d6e5691a9bb7c5f8034e5fd1dc936 /crawl-ref/source/beam.cc
parent5497e2078e2fb47f18b5f41fd26f19994093d870 (diff)
downloadcrawl-ref-7a5fc61d8ed68ea39388f9d779fb9bd0efedbf93.tar.gz
crawl-ref-7a5fc61d8ed68ea39388f9d779fb9bd0efedbf93.zip
Create areas.cc and move sanctuary code there.
areas.cc is meant to collect all area effects like sanctuary, silence, halo, pending future unification.
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 7ae4688b32..f76b053ffc 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -20,6 +20,7 @@
#include "externs.h"
#include "options.h"
+#include "areas.h"
#include "attitude-change.h"
#include "cio.h"
#include "cloud.h"