|
FreeBASIC
0.91.0
|
#include <fb_gfx.h>
Data Fields | |
| union { | |
| struct { | |
| unsigned short bpp:3 | |
| unsigned short width:13 | |
| unsigned short height | |
| } old | |
| unsigned int type | |
| }; | |
| int | bpp |
| unsigned int | width |
| unsigned int | height |
| unsigned int | pitch |
| unsigned int | tex |
| char | _reserved [8] |
| unsigned char | data [0] |
| union { ... } |
| struct { ... } _PUT_HEADER::old |