OpenSceneGraph/src/osgText/Version.cpp
2003-04-11 10:04:53 +00:00

13 lines
170 B
C++

#include <osgText/Version>
const char* osgTextGetVersion()
{
return "0.9.4";
}
const char* osgTextGetLibraryName()
{
return "Open Scene Graph Text Library";
}