OpenSceneGraph/src/osgProducer/Version.cpp

13 lines
182 B
C++

#include <osgProducer/Version>
const char* osgProducerGetVersion()
{
return "1.0";
}
const char* osgProducerGetLibraryName()
{
return "OpenSceneGraph Producer Library";
}