OpenSceneGraph/src/osgFX/Registry.cpp
2003-08-26 21:17:22 +00:00

10 lines
112 B
C++

#include <osgFX/Registry>
using namespace osgFX;
Registry *Registry::instance_ = 0;
Registry::Registry()
{
}