Fixed genwrapper to add include of osg/Camera.

This commit is contained in:
Robert Osfield 2007-01-05 20:28:35 +00:00
parent 2913cb9422
commit ee5adcdae5

View File

@ -23,6 +23,8 @@
#undef OUT
#endif
#include <osg/Camera>
TYPE_NAME_ALIAS(std::list< osg::Camera * >, osg::GraphicsContext::Cameras);
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext)