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

screen_buffer_t colour_code_map(const coord_def& p, bool item_colour = false,
                                bool travel_colour = false, bool on_level = true);

bool emphasise(const coord_def& where, dungeon_feature_type feat);

#endif