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