MCPcopy Create free account
hub / github.com/crawl/crawl / msg_colour

Function msg_colour

crawl-ref/source/message.cc:1110–1113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108}
1109
1110msg_colour_type msg_colour(int col)
1111{
1112 return static_cast<msg_colour_type>(col);
1113}
1114
1115static int colour_msg(msg_colour_type col)
1116{

Callers 3

channel_to_msgcolFunction · 0.85
_str_to_channel_colourFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected