Updated wrappers
This commit is contained in:
24
src/osgWrappers/introspection/osgDB/ObjectWrapper.cpp
Normal file
24
src/osgWrappers/introspection/osgDB/ObjectWrapper.cpp
Normal file
@@ -0,0 +1,24 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/StaticMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osgDB/ObjectWrapper>
|
||||
|
||||
// Must undefine IN and OUT macros defined in Windows headers
|
||||
#ifdef IN
|
||||
#undef IN
|
||||
#endif
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif
|
||||
|
||||
TYPE_NAME_ALIAS(std::vector< std::string >, osgDB::StringList)
|
||||
|
||||
Reference in New Issue
Block a user