Files
OpenSceneGraph/src/osgText/Version.cpp

13 lines
168 B
C++

#include <osgText/Version>
const char* osgTextGetVersion()
{
return "0.9.9";
}
const char* osgTextGetLibraryName()
{
return "OpenSceneGraph Text Library";
}