Merge branch 'master' into shader_pipeline

This commit is contained in:
Robert Osfield 2018-02-28 10:31:30 +00:00
commit 8ed00f77dd

View File

@ -0,0 +1,11 @@
#include <osgGA/GUIEventHandler>
#include <osgDB/ObjectWrapper>
#include <osgDB/InputStream>
#include <osgDB/OutputStream>
REGISTER_OBJECT_WRAPPER( osgGA_GUIEventHandler,
new osgGA::GUIEventHandler,
osgGA::GUIEventHandler,
"osg::Object osgGA::GUIEventHandler" )
{
}