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/mon-behv.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/mon-behv.cc') diff --git a/crawl-ref/source/mon-behv.cc b/crawl-ref/source/mon-behv.cc index 1644b57c8a..f7be683b9b 100644 --- a/crawl-ref/source/mon-behv.cc +++ b/crawl-ref/source/mon-behv.cc @@ -8,6 +8,7 @@ #include "mon-behv.h" #include "externs.h" +#include "options.h" #include "coord.h" #include "coordit.h" -- cgit v1.2.3-54-g00ecf