/*------------------------------------------------------------------------------------- EnumAct.h : enum for metaactions Author : Olivier Couvreur 23/04/97 Modify : --------------------------------------------------------------------------------------*/ #if !defined(__ENUM_ACT_H__) #define __ENUM_ACT_H__ #define M_DEFINE_METAACTION(a,b,english,c,d,e,f) a, /****************************************************************************************/ /* ACTIONS CONSTANTS */ /****************************************************************************************/ typedef enum tdeMetaActionId_ { #include "DefAct.h" /******************************************************************/ eNbMetaAction /* WARNING : Keep it on the last position.*/ /******************************************************************/ } tdeMetaActionId; #undef M_DEFINE_METAACTION #endif /* __ENUM_ACT_H__*/