summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/colour.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-09 19:42:08 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-10 05:18:02 -0500
commitdc739f66a6b45406221e2de9d3310c70b814e037 (patch)
treec1f505a2b4228933f270ef8bc2395fbd01236a5b /crawl-ref/source/colour.h
parentb57399d596e2d0c39289b0252dbd0b47d3f6dbe6 (diff)
downloadcrawl-ref-dc739f66a6b45406221e2de9d3310c70b814e037.tar.gz
crawl-ref-dc739f66a6b45406221e2de9d3310c70b814e037.zip
rewrite elemental colour handling
Diffstat (limited to 'crawl-ref/source/colour.h')
-rw-r--r--crawl-ref/source/colour.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/colour.h b/crawl-ref/source/colour.h
index b5edae9c02..7157f265e5 100644
--- a/crawl-ref/source/colour.h
+++ b/crawl-ref/source/colour.h
@@ -55,6 +55,7 @@ int str_to_colour(const std::string &str, int default_colour = -1,
const std::string colour_to_str(uint8_t colour);
unsigned int str_to_tile_colour(std::string colour);
+void init_element_colours();
uint8_t random_colour();
uint8_t random_uncommon_colour();
uint8_t make_low_colour(uint8_t colour);