13 lines
182 B
C++
13 lines
182 B
C++
#include <osgProducer/Version>
|
|
|
|
const char* osgProducerGetVersion()
|
|
{
|
|
return "1.0";
|
|
}
|
|
|
|
|
|
const char* osgProducerGetLibraryName()
|
|
{
|
|
return "OpenSceneGraph Producer Library";
|
|
}
|