OpenSceneGraph/src/osgText/Version.cpp

13 lines
166 B
C++
Raw Normal View History

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