summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/view.h')
-rw-r--r--crawl-ref/source/view.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/view.h b/crawl-ref/source/view.h
index 26d17ada8c..75f385e1b0 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -116,6 +116,9 @@ bool is_feature(int feature, int x, int y);
void set_envmap_char( int x, int y, unsigned char chr );
void set_envmap_detected_item(int x, int y, bool detected = true);
void set_envmap_detected_mons(int x, int y, bool detected = true);
+void set_envmap_col( int x, int y, int colour, int flags );
+void set_envmap_col( int x, int y, int colour );
+
bool is_envmap_detected_item(int x, int y);
bool is_envmap_detected_mons(int x, int y);
void set_terrain_mapped( int x, int y );