First cut at class interfaces and stubs for implementations for the new osgShadow NodeKit
This commit is contained in:
12
src/osgShadow/Version.cpp
Normal file
12
src/osgShadow/Version.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <osgShadow/Version>
|
||||
|
||||
const char* osgShadowGetVersion()
|
||||
{
|
||||
return "1.2";
|
||||
}
|
||||
|
||||
|
||||
const char* osgShaodowGetLibraryName()
|
||||
{
|
||||
return "OpenSceneGraph Shadow Library";
|
||||
}
|
||||
Reference in New Issue
Block a user