Added a bunch of files synched with 0.8.42
This commit is contained in:
12
src/osgDB/Version.cpp
Normal file
12
src/osgDB/Version.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "osgDB/Version"
|
||||
|
||||
const char* osgDBGetVersion()
|
||||
{
|
||||
return "0.8.42";
|
||||
}
|
||||
|
||||
|
||||
const char* osgDBGetLibraryName()
|
||||
{
|
||||
return "Open Scene Graph DB (data base) Library";
|
||||
}
|
||||
Reference in New Issue
Block a user