From 61b0a568e4ac1a1c2c7fb8d038144488c0cd14d2 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 29 Nov 2006 18:12:52 +0000 Subject: Redid how the resists screen works (both in-game and in-dump.) Minor notes refactoring. Added a basic notes browser on '_'. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@528 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/initfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/initfile.h') diff --git a/crawl-ref/source/initfile.h b/crawl-ref/source/initfile.h index ffe3ff5c30..f5c05972e0 100644 --- a/crawl-ref/source/initfile.h +++ b/crawl-ref/source/initfile.h @@ -20,6 +20,7 @@ std::string & trim_string( std::string &str ); std::string & tolower_string( std::string &str ); int str_to_colour( const std::string &str, int default_colour = -1 ); +const char* colour_to_str( unsigned char colour ); // last updated 12may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf