Tweaked the wrapping of osgViewer::Scene to fix build problems

This commit is contained in:
Robert Osfield
2007-09-26 11:32:51 +00:00
parent bfbc73785a
commit dcd7fd837f
3 changed files with 29 additions and 4 deletions

View 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 <osg/Node>
#include <osgDB/DatabasePager>
#include <osgViewer/Scene>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif