OpenTTD Source 20241224-master-gf74b0cf984
|
Definition of a PCX file header. More...
Data Fields | |
uint8_t | manufacturer |
uint8_t | version |
uint8_t | rle |
uint8_t | bpp |
uint32_t | unused |
uint16_t | xmax |
uint16_t | ymax |
uint16_t | hdpi |
uint16_t | vdpi |
uint8_t | pal_small [16 *3] |
uint8_t | reserved |
uint8_t | planes |
uint16_t | pitch |
uint16_t | cpal |
uint16_t | width |
uint16_t | height |
uint8_t | filler [54] |
Definition of a PCX file header.
Definition at line 395 of file screenshot.cpp.
uint8_t PcxHeader::bpp |
Definition at line 399 of file screenshot.cpp.
uint16_t PcxHeader::cpal |
Definition at line 407 of file screenshot.cpp.
uint8_t PcxHeader::filler[54] |
Definition at line 410 of file screenshot.cpp.
uint16_t PcxHeader::hdpi |
Definition at line 402 of file screenshot.cpp.
uint16_t PcxHeader::height |
Definition at line 409 of file screenshot.cpp.
uint8_t PcxHeader::manufacturer |
Definition at line 396 of file screenshot.cpp.
uint8_t PcxHeader::pal_small[16 *3] |
Definition at line 403 of file screenshot.cpp.
uint16_t PcxHeader::pitch |
Definition at line 406 of file screenshot.cpp.
uint8_t PcxHeader::planes |
Definition at line 405 of file screenshot.cpp.
uint8_t PcxHeader::reserved |
Definition at line 404 of file screenshot.cpp.
uint8_t PcxHeader::rle |
Definition at line 398 of file screenshot.cpp.
uint32_t PcxHeader::unused |
Definition at line 400 of file screenshot.cpp.
uint16_t PcxHeader::vdpi |
Definition at line 402 of file screenshot.cpp.
uint8_t PcxHeader::version |
Definition at line 397 of file screenshot.cpp.
uint16_t PcxHeader::width |
Definition at line 408 of file screenshot.cpp.
uint16_t PcxHeader::xmax |
Definition at line 401 of file screenshot.cpp.
uint16_t PcxHeader::ymax |
Definition at line 401 of file screenshot.cpp.