home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 502b.lha / PCQ_v1.2 / Include / Graphics / GraphInt.i < prev    next >
Text File  |  1991-05-07  |  271b  |  20 lines

  1. {
  2.     GraphInt.i for PCQ Pascal
  3. }
  4.  
  5. {$I "Include:Exec/Nodes.i"}
  6.  
  7. type
  8.  
  9. { structure used by AddTOFTask }
  10.  
  11.     Isrvstr = record
  12.     is_Node    : Node;
  13.     Iptr    : ^Isrvstr;    { passed to srvr by os }
  14.     code    : Address;
  15.     ccode    : Address;
  16.     Carg    : Integer;
  17.     end;
  18.     IsrvstrPtr = ^Isrvstr;
  19.  
  20.