From 64c38d95bfd6b24e34bc86f7d4ce7ba345c5a963 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 4 Nov 2009 22:45:50 +0100 Subject: Split up view.cc. --- crawl-ref/source/colour.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'crawl-ref/source/colour.h') diff --git a/crawl-ref/source/colour.h b/crawl-ref/source/colour.h index 8c896d9148..c13aa973df 100644 --- a/crawl-ref/source/colour.h +++ b/crawl-ref/source/colour.h @@ -62,4 +62,12 @@ unsigned char make_high_colour(unsigned char colour); bool is_element_colour(int col); int element_colour(int element, bool no_random = false); +#if defined(TARGET_OS_WINDOWS) || defined(TARGET_OS_DOS) || defined(USE_TILE) +unsigned short dos_brand( unsigned short colour, + unsigned brand = CHATTR_REVERSE); +#endif + +// Applies ETC_ colour substitutions and brands. +unsigned real_colour(unsigned raw_colour); + #endif -- cgit v1.2.3-54-g00ecf