Added #define for GL3 build

This commit is contained in:
Robert Osfield
2010-02-03 09:35:36 +00:00
parent f3575e6a40
commit bdcddc10f8

View File

@@ -44,6 +44,10 @@
#include <sstream>
#ifndef GL_PERSPECTIVE_CORRECTION_HINT
#define GL_PERSPECTIVE_CORRECTION_HINT 0x0C50
#endif
using namespace osgDB;
void osgDB::split( const std::string& src, StringList& list, char separator )