OpenSceneGraph/src/osg/Version.cpp

12 lines
153 B
C++
Raw Normal View History

2001-01-11 00:32:10 +08:00
#include "osg/Version"
const char* osgGetVersion()
{
return "0.8.34";
}
const char* osgGetLibraryName()
{
return "Open Scene Graph Library";
}