From 4ae1c275f252ec227e6261182096577ab79526ca Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 28 Jan 2010 12:10:17 +0000 Subject: [PATCH] Updated wrappers --- .../introspection/osgDB/ObjectWrapper.cpp | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/osgWrappers/introspection/osgDB/ObjectWrapper.cpp 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) +