11 lines
276 B
C++
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)
|