summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/maps.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-29 11:58:54 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-29 11:58:54 +0000
commitf0229aa5f1ecc1f23dcaa987075b9207784e9b91 (patch)
tree5916c258f2c103336cc470627873fc42b9749ec4 /crawl-ref/source/maps.h
parent7d9814f3cbe24c356c75cf0363464303961ece59 (diff)
downloadcrawl-ref-f0229aa5f1ecc1f23dcaa987075b9207784e9b91.tar.gz
crawl-ref-f0229aa5f1ecc1f23dcaa987075b9207784e9b91.zip
Moved the list of required .des files into loadmaps.lua.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1687 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/maps.h')
-rw-r--r--crawl-ref/source/maps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/maps.h b/crawl-ref/source/maps.h
index d14119dd7d..4a1e9a1cf5 100644
--- a/crawl-ref/source/maps.h
+++ b/crawl-ref/source/maps.h
@@ -47,6 +47,7 @@ int random_map_for_tag(const std::string &tag, bool want_minivault,
void add_parsed_map(const map_def &md);
void read_maps();
+void read_map(const std::string &file);
void run_map_preludes();
void reset_map_parser();
std::string get_descache_path(const std::string &file,