Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
const struct Pixel *
127
get_palette(void)
128
{
129
return have_palette ? palette : NULL;
130
}
131
132
/* TODO: derive tile_map from image_desc */
133
static void
Callers
3
vga_Init
Function · 0.85
vesa_Init
Function · 0.85
vesa_detect
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected