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