home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Pascal / MAXONPASCAL2.DMS / in.adf / INCLUDE / graphics / graphint.h < prev    next >
Encoding:
Text File  |  1994-07-25  |  493 b   |  20 lines

  1. {$if not def GRAPHICS_GRAPHINT_H} CONST GRAPHICS_GRAPHINT_H=0;
  2.  
  3. { *********************************************************************
  4.   ** KickPascal-Include-Datei "graphics/graphint.h" zu Kickstart 3.0 **
  5.   ********************************************************************* }
  6.  
  7. TYPE p_Isrvstr = ^Isrvstr;
  8.  
  9. {$if not def EXEC_NODES_H;incl "exec/nodes.h";endif}
  10.  
  11. TYPE Isrvstr = RECORD
  12.  is_Node : Node;
  13.  Iptr    : p_Isrvstr;
  14.  code    : Ptr;
  15.  ccode   : Ptr;
  16.  Carg    : LongInt;
  17. END;
  18.  
  19. {$endif}
  20.