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

Class BitmapFont

sys/msdos/vidvga.c:155–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154static unsigned char __far *rom_font;
155static struct BitmapFont *psf_font;
156static char *screentable[SCREENHEIGHT];
157
158static const struct Pixel *paletteptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected