home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 032.lha / include / graphics / graphint.g < prev    next >
Encoding:
Text File  |  1987-05-17  |  159 b   |  11 lines

  1. type
  2.     Node_t = unknown 14,
  3.  
  4.     Isrvstr_t = struct {
  5.     Node_t is_Node;
  6.     *Isrvstr_t is_Iptr;
  7.     proc()long is_code;
  8.     proc()long is_ccode;
  9.     long is_Carg;
  10.     };
  11.