Initial revision

This commit is contained in:
Don BURNS
2001-01-10 16:32:10 +00:00
parent 7c12eb9361
commit 70208ebc06
461 changed files with 70936 additions and 0 deletions

11
src/osg/Version.cpp Normal file
View File

@@ -0,0 +1,11 @@
#include "osg/Version"
const char* osgGetVersion()
{
return "0.8.34";
}
const char* osgGetLibraryName()
{
return "Open Scene Graph Library";
}