home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Virtual Reality Homebrewer's Handbook
/
vr.iso
/
vroom
/
temp.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-03-19
|
311b
|
9 lines
pcx_header = record
code, version, mode, bits_p_pixel : byte;
X1, Y1, X2, Y2, Hres, Vres : word;
palette : array[1..16,1..3] of byte;
junk, Nplanes : byte;
bytes_p_line, palette_type : word;
padding : array[1..58] of byte;
end;