summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/viewmap.h')
-rw-r--r--crawl-ref/source/viewmap.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/crawl-ref/source/viewmap.h b/crawl-ref/source/viewmap.h
new file mode 100644
index 0000000000..c5ab21e394
--- /dev/null
+++ b/crawl-ref/source/viewmap.h
@@ -0,0 +1,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
+