Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtiles-build-specific.h23 VColour str_to_tile_colour(string colour); // in colour.cc
H A Dgame-options.cc115 default_value(str_to_tile_colour(_default)) { } in TileColGameOption()
121 value = str_to_tile_colour(field); in loadFromString()
H A Dcolour.cc674 VColour str_to_tile_colour(string colour) in str_to_tile_colour() function