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/xom.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/xom.cc') diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc index efcf159b6f..6cc4cc214e 100644 --- a/crawl-ref/source/xom.cc +++ b/crawl-ref/source/xom.cc @@ -29,6 +29,7 @@ #include "monstuff.h" #include "mutation.h" #include "notes.h" +#include "options.h" #include "ouch.h" #include "item_use.h" // for safe_to_remove_or_wear() #include "output.h" // for the monster list -- cgit v1.2.3-54-g00ecf