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