FTEQW
Documentation of the FTE engine source tree.
pcx_t Struct Reference

#include <client.h>

Public Attributes

char manufacturer
 
char version
 
char encoding
 
char bits_per_pixel
 
unsigned short xmin
 
unsigned short ymin
 
unsigned short xmax
 
unsigned short ymax
 
unsigned short hres
 
unsigned short vres
 
unsigned char palette [48]
 
char reserved
 
char color_planes
 
unsigned short bytes_per_line
 
unsigned short palette_type
 
char filler [58]
 

Member Data Documentation

◆ bits_per_pixel

char pcx_t::bits_per_pixel

◆ bytes_per_line

unsigned short pcx_t::bytes_per_line

◆ color_planes

char pcx_t::color_planes

◆ encoding

char pcx_t::encoding

◆ filler

char pcx_t::filler[58]

◆ hres

unsigned short pcx_t::hres

◆ manufacturer

char pcx_t::manufacturer

◆ palette

unsigned char pcx_t::palette[48]

◆ palette_type

unsigned short pcx_t::palette_type

◆ reserved

char pcx_t::reserved

◆ version

char pcx_t::version

◆ vres

unsigned short pcx_t::vres

◆ xmax

unsigned short pcx_t::xmax

◆ xmin

unsigned short pcx_t::xmin

◆ ymax

unsigned short pcx_t::ymax

◆ ymin

unsigned short pcx_t::ymin

The documentation for this struct was generated from the following file: