13 lines
170 B
C++
Executable File
13 lines
170 B
C++
Executable File
#include <osgGLUT/Version>
|
|
|
|
const char* osgGLUTGetVersion()
|
|
{
|
|
return "0.9.2";
|
|
}
|
|
|
|
|
|
const char* osgGLUTGetLibraryName()
|
|
{
|
|
return "Open Scene Graph GLUT Library";
|
|
}
|