OMKPluginAddOn.cpp

Go to the documentation of this file.
00001 #include "OBTPluginInformation.h"
00002 #include "OMKAddOn.h"
00003 
00004 extern "C"
00005 {
00011 
00012 
00013 
00014   OMKADDON_API const OBT::PluginInformation& getPluginInformation()
00015   {
00016     static OBT::PluginInformation pluginInfo( "OMK-AddOnPlugin", "Plugin to include OSO, animators and others stuffs", 0, 1, "First version", "13/07/07" ) ;
00017 
00018     return pluginInfo ;
00019   }
00020   
00021   //-------------------------------------------------------------------------
00025   OMKADDON_API bool initPlugin( const char* configurationFile )
00026   {
00027     return true ;
00028   }
00029   
00030   //-------------------------------------------------------------------------
00035   OMKADDON_API bool finishPlugin()
00036   {
00037     return true ;
00038   }
00039 }

logo OpenMask

Documentation generated on Mon Jun 9 11:45:57 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007