Files
OpenSceneGraph/src/osgWrappers/osgUtil/ConvertVec.cpp
Robert Osfield 6b59b1739f Updated wrappers
2007-12-21 15:04:56 +00:00

23 lines
568 B
C++

// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osgUtil/ConvertVec>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif