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

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

#endif