Added a bunch of files synched with 0.8.42

This commit is contained in:
Don BURNS
2001-09-19 21:08:56 +00:00
parent fed86f3f03
commit e8f256a59d
446 changed files with 58397 additions and 10552 deletions

12
src/osgWX/Version.cpp Normal file
View File

@@ -0,0 +1,12 @@
#include "osgWX/Version"
const char* osgWXGetVersion()
{
return "0.8.42";
}
const char* osgWXGetLibraryName()
{
return "Open Scene Graph WX Library";
}