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

Class BitMap

sys/amiga/winchar.c:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40/* NH:sys/amiga/winvchar.c */
41int main(int, char **);
42struct BitMap *MyAllocBitMap(int, int, int, long);
43void MyFreeBitMap(struct BitMap *);
44BitMapHeader ReadImageFile(const char *, struct BitMap **);
45void FreeImageFile(struct BitMap **);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected