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/l_crawl.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/l_crawl.cc') diff --git a/crawl-ref/source/l_crawl.cc b/crawl-ref/source/l_crawl.cc index 257833844c..d7571a63e7 100644 --- a/crawl-ref/source/l_crawl.cc +++ b/crawl-ref/source/l_crawl.cc @@ -20,6 +20,7 @@ #include "message.h" #include "notes.h" #include "player.h" +#include "random.h" #include "stuff.h" #include "view.h" -- cgit v1.2.3-54-g00ecf