home *** CD-ROM | disk | FTP | other *** search
- {$if not def INTUITION_ICCLASS_H} CONST INTUITION_ICCLASS_H=0;
-
- { *********************************************************************
- ** KickPascal-Include-Datei "intuition/icclass.h" zu Kickstart 3.0 **
- ********************************************************************* }
-
- {$if not def UTILITY_TAGITEM_H;incl "utility/tagitem.h";endif}
-
- CONST
- ICM_Dummy = $0401;
- ICM_SETLOOP = $0402;
- ICM_CLEARLOOP = $0403;
- ICM_CHECKLOOP = $0404;
-
- ICA_Dummy = (TAG_USER+$40000);
- ICA_TARGET = (ICA_Dummy+1);
- ICA_MAP = (ICA_Dummy+2);
- ICSPECIAL_CODE = (ICA_Dummy+3);
-
- ICTARGET_IDCMP = $FFFFFFFF;
-
- {$endif}
-