Updated wrappers.
This commit is contained in:
26
src/osgWrappers/osg/observer_ptr.cpp
Normal file
26
src/osgWrappers/osg/observer_ptr.cpp
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user