diff --git a/src/osgWrappers/introspection/osgDB/ObjectWrapper.cpp b/src/osgWrappers/introspection/osgDB/ObjectWrapper.cpp new file mode 100644 index 000000000..a83f45007 --- /dev/null +++ b/src/osgWrappers/introspection/osgDB/ObjectWrapper.cpp @@ -0,0 +1,24 @@ +// *************************************************************************** +// +// Generated automatically by genwrapper. +// Please DO NOT EDIT this file! +// +// *************************************************************************** + +#include +#include +#include +#include + +#include + +// 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) +