OpenSceneGraph/include/osg/GL2Extensions

25 lines
694 B
Plaintext
Raw Normal View History

/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2014 Robert Osfield
*
* This application is open source and may be redistributed and/or modified
2010-11-22 19:22:03 +08:00
* freely and without restriction, both in commercial and non commercial
* applications, as long as this copyright notice is maintained.
*
* This application is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef OSG_GL2EXTENSIONS
#define OSG_GL2EXTENSIONS 1
2005-05-12 04:37:22 +08:00
#include <osg/Referenced>
#include <osg/GLExtensions>
namespace osg {
// backwards compatibility
typedef GLExtensions GL2Extensions;
}
#endif