13 lines
175 B
C++
13 lines
175 B
C++
#include <osgShadow/Version>
|
|
|
|
const char* osgShadowGetVersion()
|
|
{
|
|
return "1.9";
|
|
}
|
|
|
|
|
|
const char* osgShaodowGetLibraryName()
|
|
{
|
|
return "OpenSceneGraph Shadow Library";
|
|
}
|