Updated wrappers
This commit is contained in:
31
src/osgWrappers/osg/Notify.cpp
Normal file
31
src/osgWrappers/osg/Notify.cpp
Normal file
@@ -0,0 +1,31 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Notify>
|
||||
|
||||
// Must undefine IN and OUT macros defined in Windows headers
|
||||
#ifdef IN
|
||||
#undef IN
|
||||
#endif
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif
|
||||
|
||||
BEGIN_ENUM_REFLECTOR(osg::NotifySeverity)
|
||||
I_EnumLabel(osg::ALWAYS);
|
||||
I_EnumLabel(osg::FATAL);
|
||||
I_EnumLabel(osg::WARN);
|
||||
I_EnumLabel(osg::NOTICE);
|
||||
I_EnumLabel(osg::INFO);
|
||||
I_EnumLabel(osg::DEBUG_INFO);
|
||||
I_EnumLabel(osg::DEBUG_FP);
|
||||
END_REFLECTOR
|
||||
|
||||
Reference in New Issue
Block a user