13 lines
186 B
C++
13 lines
186 B
C++
#include <osgParticle/Version>
|
|
|
|
const char* osgParticleGetVersion()
|
|
{
|
|
return "0.9.5";
|
|
}
|
|
|
|
|
|
const char* osgParticleGetLibraryName()
|
|
{
|
|
return "Open Scene Graph Particle Library";
|
|
}
|