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

Function FreeImageFile

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

Source from the content-addressed store, hash-verified

253}
254
255void
256FreeImageFile(struct BitMap **bmp)
257{
258 if (*bmp) {
259 MyFreeBitMap(*bmp);
260 *bmp = NULL;
261 }
262}
263
264BitMapHeader
265ReadTileImageFiles(void)

Callers 2

FreeTileImageFilesFunction · 0.85
amii_outripFunction · 0.85

Calls 1

MyFreeBitMapFunction · 0.85

Tested by

no test coverage detected