Updated wrappers.

This commit is contained in:
Robert Osfield
2006-02-27 19:51:32 +00:00
parent abed6b7951
commit a8255f6932
9 changed files with 44 additions and 22 deletions

View File

@@ -0,0 +1,26 @@
// ***************************************************************************
//
// Generated automatically by genwrapper.
// Please DO NOT EDIT this file!
//
// ***************************************************************************
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/observer_ptr>
// Must undefine IN and OUT macros defined in Windows headers
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
BEGIN_VALUE_REFLECTOR(osg::Observer)
I_Constructor0();
I_Method1(void, objectDeleted, IN, void *, x);
END_REFLECTOR