summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index 382dee0c5f..e3f902a23a 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -8,12 +8,14 @@
#ifndef MAPS_H
#define MAPS_H
-#include "dlua.h"
-#include "dungeon.h"
-
#include <vector>
+#include "mapdef.h" // for typedef depth_ranges
+
+struct level_range;
class map_def;
+struct map_file_place;
+struct vault_placement;
int vault_main(vault_placement &vp, const map_def *vault,
bool check_place = false);