|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Public Attributes | |
| ubyte | Manufacturer |
| ubyte | Version |
| ubyte | Encoding |
| ubyte | BitsPerPixel |
| short | Xmin |
| short | Ymin |
| short | Xmax |
| short | Ymax |
| short | Hdpi |
| short | Vdpi |
| ubyte | ColorMap [16][3] |
| ubyte | Reserved |
| ubyte | Nplanes |
| short | BytesPerLine |
| ubyte | filler [60] |
Definition at line 21 of file pcxutils.cpp.
| ubyte PCXHeader::BitsPerPixel |
Definition at line 25 of file pcxutils.cpp.
| short PCXHeader::BytesPerLine |
Definition at line 35 of file pcxutils.cpp.
| ubyte PCXHeader::ColorMap[16][3] |
Definition at line 32 of file pcxutils.cpp.
| ubyte PCXHeader::Encoding |
Definition at line 24 of file pcxutils.cpp.
| ubyte PCXHeader::filler[60] |
Definition at line 36 of file pcxutils.cpp.
| short PCXHeader::Hdpi |
Definition at line 30 of file pcxutils.cpp.
| ubyte PCXHeader::Manufacturer |
Definition at line 22 of file pcxutils.cpp.
| ubyte PCXHeader::Nplanes |
Definition at line 34 of file pcxutils.cpp.
| ubyte PCXHeader::Reserved |
Definition at line 33 of file pcxutils.cpp.
| short PCXHeader::Vdpi |
Definition at line 31 of file pcxutils.cpp.
| ubyte PCXHeader::Version |
Definition at line 23 of file pcxutils.cpp.
| short PCXHeader::Xmax |
Definition at line 28 of file pcxutils.cpp.
| short PCXHeader::Xmin |
Definition at line 26 of file pcxutils.cpp.
| short PCXHeader::Ymax |
Definition at line 29 of file pcxutils.cpp.
| short PCXHeader::Ymin |
Definition at line 27 of file pcxutils.cpp.