Updated wrappers
This commit is contained in:
@@ -11,5 +11,13 @@
|
||||
|
||||
#include <osg/Vec3>
|
||||
|
||||
// Must undefine IN and OUT macros defined in Windows headers
|
||||
#ifdef IN
|
||||
#undef IN
|
||||
#endif
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif
|
||||
|
||||
TYPE_NAME_ALIAS(osg::Vec3f, osg::Vec3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user