summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/view.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-02 17:51:08 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-06-02 17:51:08 +0000
commit77bd894ea2391d0575ff39afac149ee4e54adc2c (patch)
treed89a4935818020cb6931869618753c701bd3d5a6 /crawl-ref/source/view.h
parent882095e2a137991f94fb71584a9290bbc333d42b (diff)
downloadcrawl-ref-77bd894ea2391d0575ff39afac149ee4e54adc2c.tar.gz
crawl-ref-77bd894ea2391d0575ff39afac149ee4e54adc2c.zip
Highlight monsters in the path of a beam (with :).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1512 c06c8d41-db1a-0410-9941-cceddc491573
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 841e33c3ab..c303619497 100644
--- a/crawl-ref/source/view.h
+++ b/crawl-ref/source/view.h
@@ -120,6 +120,9 @@ int get_screen_glyph( int x, int y );
void get_item_symbol(unsigned int object, unsigned short *ch,
unsigned short *colour);
+// Applies EC_ colour substitutions and brands.
+unsigned real_colour(unsigned raw_colour);
+
void set_envmap_char( int x, int y, unsigned char chr );
unsigned get_envmap_char(int x, int y);
void set_envmap_detected_item(int x, int y, bool detected = true);