MCPcopy Create free account
hub / github.com/NetHack/NetHack / COLDEF

Class COLDEF

sys/amiga/winreq.c:600–602  ·  view source on GitHub ↗

The colornames, and the default values for the pens */

Source from the content-addressed store, hash-verified

598
599/* The colornames, and the default values for the pens */
600struct COLDEF {
601 char *name, *defval;
602};
603struct COLDEF amii_colnames[AMII_MAXCOLORS] = {
604 "Black", "(000)", "White", "(fff)", "Brown", "(830)", "Cyan", "(7ac)",
605 "Green", "(181)", "Magenta", "(c06)", "Blue", "(23e)", "Red", "(c00)",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected