home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality Homebrewer's Handbook / vr.iso / vroom / temp.pas < prev    next >
Pascal/Delphi Source File  |  1996-03-19  |  311b  |  9 lines

  1.        pcx_header = record
  2.           code, version, mode, bits_p_pixel : byte;
  3.           X1, Y1, X2, Y2, Hres, Vres : word;
  4.           palette : array[1..16,1..3] of byte;
  5.           junk, Nplanes : byte;
  6.           bytes_p_line, palette_type : word;
  7.           padding : array[1..58] of byte;
  8.        end;
  9.