From 89ff79ab008f440bc9126103fc21ed71aac0526f Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 4 Nov 2009 08:33:35 +0100 Subject: Split game_options from externs.h into options.h. --- 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 a1682c59b3..7496a2f1c6 100644 --- a/crawl-ref/source/l_crawl.cc +++ b/crawl-ref/source/l_crawl.cc @@ -19,6 +19,7 @@ #include "macro.h" #include "message.h" #include "notes.h" +#include "options.h" #include "player.h" #include "random.h" #include "stuff.h" -- cgit v1.2.3-54-g00ecf