Files
OpenSceneGraph/src/osgWrappers/osg/Vec2.cpp
2004-12-13 02:39:47 +00:00

11 lines
276 B
C++

#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Vec2>
using namespace osgIntrospection;
// simple reflectors for types that are considered 'atomic'
STD_VALUE_REFLECTOR(osg::Vec2)