From c72f09adfa6f776ff5cabd0b8e4b4e0a2e752703 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 30 Oct 2009 15:59:29 +0100 Subject: Splitting up stuff.cc. New: colour.cc, coord.cc, coordit.cc, random.cc, rng.cc. --- crawl-ref/source/spells1.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index 96a64f7f24..668ff38dcc 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -20,6 +20,8 @@ #include "artefact.h" #include "beam.h" #include "cloud.h" +#include "coord.h" +#include "coordit.h" #include "describe.h" #include "directn.h" #include "effects.h" -- cgit v1.2.3-54-g00ecf