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

Class BitMap

sys/amiga/amirip.c:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46static BitMapHeader tomb_bmhd;
47static struct BitMap *tombimg = NULL;
48
49static const int cols_base[2] = { 154, 319 }; /* X location of center of columns */
50static int cols[2]; /* cols_base[] + xoff, computed per call */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected