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_option.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/l_option.cc') diff --git a/crawl-ref/source/l_option.cc b/crawl-ref/source/l_option.cc index 610f5ebe4c..a5e177eafa 100644 --- a/crawl-ref/source/l_option.cc +++ b/crawl-ref/source/l_option.cc @@ -3,6 +3,8 @@ #include "clua.h" #include "l_libs.h" +#include "options.h" + //////////////////////////////////////////////////////////////// // Option handling -- cgit v1.2.3-54-g00ecf