summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.h
blob: f05a954bd19ac3a9c764b5c7ca41a7cd0df5692c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef VIEWMAP_H
#define VIEWMAP_H

struct level_pos;
bool is_feature(ucs_t feature, const coord_def& where);
bool show_map(level_pos &spec_place,
              bool travel_mode, bool allow_esc, bool allow_offlevel);

bool emphasise(const coord_def& where);
unsigned get_map_col(const coord_def& c, bool travel = true);

#endif