BITMAP Type (Structure)

graph.h, wingraph.h, menus.h, unknown.h

typedef struct {
unsigned short NumRows, NumCols;
unsigned char Data[];
} BITMAP;

A structure for defining a bitmap.

BITMAP is a structure for defining a bitmap, used in commands like BitmapGet.

Note that Data[] is a GNU C extension for variable-length arrays (TIGCC is GNU C).