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

Function get_palette

win/share/tileset.c:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126const struct Pixel *
127get_palette(void)
128{
129 return have_palette ? palette : NULL;
130}
131
132/* TODO: derive tile_map from image_desc */
133static void

Callers 3

vga_InitFunction · 0.85
vesa_InitFunction · 0.85
vesa_detectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected