summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/levcomp.h
blob: c3bf3a73eaa1a3a69c4f5a0dc61e9c9fe6fd2410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <cstdio>
#include <string>
#include <vector>
#include "mapdef.h"
#include "maps.h"

extern map_def      lc_map;
extern level_range  lc_range;
extern depth_ranges lc_default_depths;
extern std::string  lc_desfile;

void reset_map_parser();