summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-08-15 00:21:17 -0400
committerJesse Luehrs <doy@tozt.net>2014-08-15 00:30:19 -0400
commiteb103fec101bac54e16df0c72fb2a85ee45e5723 (patch)
tree1f9bd1a8953a3fbe3de0d25871545ce7ca8a948b /crawl-ref/source/main.cc
parent6e25fd0e675c04a54b57fd05d1961e108bd139c5 (diff)
downloadcrawl-ref-eb103fec101bac54e16df0c72fb2a85ee45e5723.tar.gz
crawl-ref-eb103fec101bac54e16df0c72fb2a85ee45e5723.zip
split dump file loading out to a separate file (and class)
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 02316dc486..87920ecc8a 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -145,6 +145,7 @@
#include "viewgeom.h"
#include "viewmap.h"
#include "wiz-dgn.h"
+#include "wiz-dump.h"
#include "wiz-fsim.h"
#include "wiz-item.h"
#include "wiz-mon.h"