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/mapdef.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/mapdef.cc') diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc index e05d021a99..713c3bce9f 100644 --- a/crawl-ref/source/mapdef.cc +++ b/crawl-ref/source/mapdef.cc @@ -15,6 +15,8 @@ #include "artefact.h" #include "branch.h" +#include "colour.h" +#include "coord.h" #include "describe.h" #include "directn.h" #include "dungeon.h" @@ -31,6 +33,7 @@ #include "monplace.h" #include "mon-util.h" #include "place.h" +#include "random.h" #include "religion.h" #include "stuff.h" #include "tags.h" -- cgit v1.2.3-54-g00ecf