GL2Extensions 694 B

123456789101112131415161718192021222324
  1. /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2014 Robert Osfield
  2. *
  3. * This application is open source and may be redistributed and/or modified
  4. * freely and without restriction, both in commercial and non commercial
  5. * applications, as long as this copyright notice is maintained.
  6. *
  7. * This application is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10. */
  11. #ifndef OSG_GL2EXTENSIONS
  12. #define OSG_GL2EXTENSIONS 1
  13. #include <osg/Referenced>
  14. #include <osg/GLExtensions>
  15. namespace osg {
  16. // backwards compatibility
  17. typedef GLExtensions GL2Extensions;
  18. }
  19. #endif