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/makeitem.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/makeitem.cc') diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc index 499f3e6522..77dc33ddd5 100644 --- a/crawl-ref/source/makeitem.cc +++ b/crawl-ref/source/makeitem.cc @@ -13,6 +13,8 @@ #include "makeitem.h" #include "artefact.h" +#include "colour.h" +#include "coord.h" #include "decks.h" #include "describe.h" #include "dungeon.h" @@ -22,8 +24,8 @@ #include "misc.h" #include "mon-util.h" #include "player.h" +#include "random.h" #include "spl-book.h" -#include "stuff.h" #include "travel.h" #include "view.h" -- cgit v1.2.3-54-g00ecf