OpenSceneGraph/src/osg/Version.cpp

13 lines
154 B
C++
Raw Normal View History

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