13 lines
182 B
C++
13 lines
182 B
C++
#include <osgParticle/Version>
|
|
|
|
const char* osgParticleGetVersion()
|
|
{
|
|
return "1.0";
|
|
}
|
|
|
|
|
|
const char* osgParticleGetLibraryName()
|
|
{
|
|
return "OpenSceneGraph Particle Library";
|
|
}
|