summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.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/tilereg.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/tilereg.cc')
-rw-r--r--crawl-ref/source/tilereg.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tilereg.cc b/crawl-ref/source/tilereg.cc
index 18426ca0d7..4d988e4dc5 100644
--- a/crawl-ref/source/tilereg.cc
+++ b/crawl-ref/source/tilereg.cc
@@ -26,6 +26,7 @@
#include "menu.h"
#include "newgame.h"
#include "mon-util.h"
+#include "options.h"
#include "player.h"
#include "religion.h"
#include "species.h"