Files
OpenSceneGraph/src/osg/Version.cpp
2002-11-08 12:58:34 +00:00

13 lines
153 B
C++

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