summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/jobs.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-04 08:33:35 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-04 08:45:44 +0100
commit89ff79ab008f440bc9126103fc21ed71aac0526f (patch)
tree99876962ea7952415d4af426a6a1c6bc9afd642b /crawl-ref/source/jobs.cc
parentaa8110a9204f7f9a1c50d98f3ada4d8c6e3b405e (diff)
downloadcrawl-ref-89ff79ab008f440bc9126103fc21ed71aac0526f.tar.gz
crawl-ref-89ff79ab008f440bc9126103fc21ed71aac0526f.zip
Split game_options from externs.h into options.h.
Diffstat (limited to 'crawl-ref/source/jobs.cc')
-rw-r--r--crawl-ref/source/jobs.cc2
1 files changed, 2 insertions, 0 deletions
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.