Initial revision
This commit is contained in:
12
src/osgGLUT/Version.cpp
Executable file
12
src/osgGLUT/Version.cpp
Executable file
@@ -0,0 +1,12 @@
|
||||
#include "osgGLUT/Version"
|
||||
|
||||
|
||||
const char* osgGLUTGetVersion()
|
||||
{
|
||||
return "0.8.34";
|
||||
}
|
||||
|
||||
const char* osgGLUTGetLibraryName()
|
||||
{
|
||||
return "Open Scene Graph GLUT Library";
|
||||
}
|
||||
Reference in New Issue
Block a user