From eb103fec101bac54e16df0c72fb2a85ee45e5723 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 15 Aug 2014 00:21:17 -0400 Subject: split dump file loading out to a separate file (and class) --- crawl-ref/source/main.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/main.cc') 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" -- cgit v1.2.3-54-g00ecf