00001 #ifndef IGUANA_FRAMEWORK_IG_EXTENSION_H 00002 # define IGUANA_FRAMEWORK_IG_EXTENSION_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 #include "Iguana/Framework/interface/IgStateElement.h" 00007 #include "Iguana/Framework/interface/config.h" 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 //<<<<<< PUBLIC VARIABLES >>>>>> 00013 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00014 //<<<<<< CLASS DECLARATIONS >>>>>> 00015 00030 class IGUANA_FRAMEWORK_API IgExtension : public IgStateElement {}; 00031 00032 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00033 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00034 00035 #endif // IGUANA_FRAMEWORK_IG_EXTENSION_H