OMKPluginHumano.cpp

Go to the documentation of this file.
00001 #include "OBTPluginInformation.h"
00002 #include "OMKHumano.h"
00003 
00004 extern "C"
00005 {
00011 
00012   OMKHUMANO_API OBT::PluginInformation pluginInfo( "OMK-HumanoPlugin", "Plugin to include OSO, animators and others stuffs for MKM", 0, 1, "First version", "01/10/07" ) ;
00013     
00014   //-------------------------------------------------------------------------
00018   OMKHUMANO_API const OBT::PluginInformation& getPluginInformation()
00019   {
00020     return pluginInfo ;
00021   }
00022   
00023   //-------------------------------------------------------------------------
00027   OMKHUMANO_API bool initPlugin( const char* configurationFile )
00028   {
00029     return true ;
00030   }
00031   
00032   //-------------------------------------------------------------------------
00037   OMKHUMANO_API bool finishPlugin()
00038   {
00039     return true ;
00040   }
00041 }

logo OpenMask

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

Generated with doxygen by Dimitri van Heesch ,   1997-2007