Home
last modified time | relevance | path

Searched defs:cglyph_t (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dexterns.h322 struct cglyph_t struct
327 cglyph_t(char32_t _ch = 0, unsigned short _col = LIGHTGREY) argument
328 : ch(_ch), col(_col) in ch()