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

Class BitmapHeader

win/share/bmptiles.c:9–13  ·  view source on GitHub ↗

First BMP file header */

Source from the content-addressed store, hash-verified

7
8/* First BMP file header */
9struct BitmapHeader {
10 char magic[2];
11 uint32 bmp_size;
12 uint32 img_offset;
13};
14
15/* Color model information for larger BMP headers */
16struct CIE_XYZ {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected