OpenSceneGraph/src/osgText/Version.cpp

13 lines
170 B
C++
Raw Normal View History

#include <osgText/Version>
const char* osgTextGetVersion()
{
2004-08-05 16:02:48 +08:00
return "0.9.7";
}
const char* osgTextGetLibraryName()
{
return "Open Scene Graph Text Library";
}