From c72f09adfa6f776ff5cabd0b8e4b4e0a2e752703 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 30 Oct 2009 15:59:29 +0100 Subject: Splitting up stuff.cc. New: colour.cc, coord.cc, coordit.cc, random.cc, rng.cc. --- crawl-ref/source/initfile.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'crawl-ref/source/initfile.h') diff --git a/crawl-ref/source/initfile.h b/crawl-ref/source/initfile.h index 84e29ffe5c..cf10cbb4bf 100644 --- a/crawl-ref/source/initfile.h +++ b/crawl-ref/source/initfile.h @@ -20,10 +20,7 @@ enum drop_mode_type }; god_type str_to_god(std::string god); -int str_to_colour(const std::string &str, int default_colour = -1, - bool accept_number = true); int str_to_fprop (const std::string &str); -const std::string colour_to_str(unsigned char colour); // last updated 12may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf