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/mgrow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mgrow.cc') diff --git a/crawl-ref/source/mgrow.cc b/crawl-ref/source/mgrow.cc index 777aba38b9..6334387a82 100644 --- a/crawl-ref/source/mgrow.cc +++ b/crawl-ref/source/mgrow.cc @@ -10,7 +10,7 @@ #include "mgrow.h" #include "mon-util.h" #include "monstuff.h" -#include "stuff.h" +#include "random.h" // Base experience required by a monster to reach HD 1. const int monster_xp_base = 15; -- cgit v1.2.3-54-g00ecf