13 lines
174 B
C++
13 lines
174 B
C++
#include <osgViewer/Version>
|
|
|
|
const char* osgViewerGetVersion()
|
|
{
|
|
return "1.2";
|
|
}
|
|
|
|
|
|
const char* osgViewerGetLibraryName()
|
|
{
|
|
return "OpenSceneGraph Viewer Library";
|
|
}
|