Files
OpenSceneGraph/src/osg/Version.cpp

13 lines
154 B
C++

#include <osg/Version>
const char* osgGetVersion()
{
return "0.8.43";
}
const char* osgGetLibraryName()
{
return "Open Scene Graph Library";
}