10 lines
112 B
C++
10 lines
112 B
C++
#include <osgFX/Registry>
|
|
|
|
using namespace osgFX;
|
|
|
|
Registry *Registry::instance_ = 0;
|
|
|
|
Registry::Registry()
|
|
{
|
|
}
|