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

bool emphasise(const coord_def& where);

#endif