![]() |
![]() |
00001 #ifndef IGUANA_STUDIO_IG_STUDIO_SETUP_EXTENSION_H 00002 # define IGUANA_STUDIO_IG_STUDIO_SETUP_EXTENSION_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 00006 # include "Iguana/Studio/interface/config.h" 00007 # include "Iguana/Framework/interface/IgExtension.h" 00008 00009 //<<<<<< PUBLIC DEFINES >>>>>> 00010 //<<<<<< PUBLIC CONSTANTS >>>>>> 00011 //<<<<<< PUBLIC TYPES >>>>>> 00012 00013 class IgStudioDriver; 00014 00015 //<<<<<< PUBLIC VARIABLES >>>>>> 00016 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00017 //<<<<<< CLASS DECLARATIONS >>>>>> 00018 00019 class IGUANA_STUDIO_API IgStudioSetupExtension : public IgExtension 00020 { 00021 public: 00022 // implicit constructor 00023 // implicit copy constructor 00024 // implicit assignment operator 00025 // implicit destructor 00026 00027 virtual bool setup (IgStudioDriver *into); 00028 }; 00029 00030 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00031 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00032 00033 #endif // IGUANA_STUDIO_IG_STUDIO_SETUP_EXTENSION_H