#ifndef INTUITION_ICCLASS_H
#define INTUITION_ICCLASS_H
/*
** $Filename: intuition/icclass.h $
** $Release: 2.04 Includes, V37.4 $
** $Revision: 36.2 $
** $Date: 91/11/08 $
**
** Gadget/object interconnection classes
**
** (C) Copyright 1989-1991 Commodore-Amiga, Inc.
** All Rights Reserved
*/


#ifndef UTILITY_TAGITEM_H
#include <utility/tagitem.h>
#endif

#define ICM_Dummy (0x0401L) 
#define ICM_SETLOOP (0x0402L) 
#define ICM_CLEARLOOP (0x0403L) 
#define ICM_CHECKLOOP (0x0404L) 




#define ICA_Dummy (TAG_USER+0x40000L)
#define ICA_TARGET (ICA_Dummy + 1)
 
#define ICA_MAP (ICA_Dummy + 2)
 
#define ICSPECIAL_CODE (ICA_Dummy + 3)
 


#define ICTARGET_IDCMP (~0L)

#endif 
