From 36ac6df41458d10cf40fb837738b2f752bd05557 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 19 Oct 2009 16:12:04 +0200 Subject: Split actors and env from externs.h. --- crawl-ref/source/stuff.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/stuff.h') diff --git a/crawl-ref/source/stuff.h b/crawl-ref/source/stuff.h index 0591c07688..67b9e1178e 100644 --- a/crawl-ref/source/stuff.h +++ b/crawl-ref/source/stuff.h @@ -8,7 +8,8 @@ #ifndef STUFF_H #define STUFF_H -#include "externs.h" +#include "env.h" +#include "player.h" #include std::string make_time_string(time_t abs_time, bool terse = false); -- cgit v1.2.3-54-g00ecf