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/jobs.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/jobs.cc') diff --git a/crawl-ref/source/jobs.cc b/crawl-ref/source/jobs.cc index 5daaaada78..9d037ea3bd 100644 --- a/crawl-ref/source/jobs.cc +++ b/crawl-ref/source/jobs.cc @@ -2,6 +2,8 @@ #include "jobs.h" +#include "options.h" + // Listed in two columns to match the selection screen output. // Take care to list all valid classes here, or they cannot be directly chosen. // The old and new lists are expected to have the same length. -- cgit v1.2.3-54-g00ecf