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

  1. {$if not def INTUITION_ICCLASS_H} CONST INTUITION_ICCLASS_H=0;
  2.  
  3. { *********************************************************************
  4.   ** KickPascal-Include-Datei "intuition/icclass.h" zu Kickstart 3.0 **
  5.   ********************************************************************* }
  6.  
  7. {$if not def UTILITY_TAGITEM_H;incl "utility/tagitem.h";endif}
  8.  
  9. CONST
  10.  ICM_Dummy      = $0401;
  11.  ICM_SETLOOP    = $0402;
  12.  ICM_CLEARLOOP  = $0403;
  13.  ICM_CHECKLOOP  = $0404;
  14.  
  15.  ICA_Dummy      = (TAG_USER+$40000);
  16.  ICA_TARGET     = (ICA_Dummy+1);
  17.  ICA_MAP        = (ICA_Dummy+2);
  18.  ICSPECIAL_CODE = (ICA_Dummy+3);
  19.  
  20.  ICTARGET_IDCMP = $FFFFFFFF;
  21.  
  22. {$endif}
  23.