// Filename: bitMask32Transition.h // Created by: drose (08Jun00) // //////////////////////////////////////////////////////////////////// #ifndef BITMASK32TRANSITION_H #define BITMASK32TRANSITION_H #include #include "bitMaskTransition.h" #include "bitMaskAttribute.h" #include //////////////////////////////////////////////////////////////////// // Class : BitMask32Transition // Description : This is just an instantation of BitMaskTransition // using BitMask32, the most common bitmask type. //////////////////////////////////////////////////////////////////// EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, BitMaskTransition); EXPORT_TEMPLATE_CLASS(EXPCL_PANDA, EXPTP_PANDA, BitMaskAttribute); typedef BitMaskTransition BitMask32Transition; typedef BitMaskAttribute BitMask32Attribute; #ifdef __GNUC__ #pragma interface #endif #endif