Home
last modified time | relevance | path

Searched refs:str_to_ugly_thing_colour (Results 1 – 3 of 3) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-util.h453 int str_to_ugly_thing_colour(const string &s);
H A Dmon-util.cc3032 int str_to_ugly_thing_colour(const string &s) in str_to_ugly_thing_colour() function
H A Dmapdef.cc4765 const int colour = str_to_ugly_thing_colour(first_word); in mons_by_name()