forward declare osg::DrawElementsUShort for real

This commit is contained in:
timoore
2008-07-29 02:54:48 +00:00
parent d4c7e95092
commit cf19b81dd4

View File

@@ -34,7 +34,10 @@
#include <simgear/structure/SGReferenced.hxx>
#include <simgear/math/SGMath.hxx>
class osg::DrawElementsUShort;
namespace osg
{
class DrawElementsUShort;
}
class SGSkyDome : public SGReferenced {
osg::ref_ptr<osg::MatrixTransform> dome_transform;