added GLU_INCOMPATIBLE_GL_VERSION

This commit is contained in:
Brian Paul 2004-02-06 01:17:30 +00:00
parent 74eeb37c00
commit 1f3d9eedad

View file

@ -75,6 +75,7 @@ extern "C" {
#define GLU_INVALID_ENUM 100900
#define GLU_INVALID_VALUE 100901
#define GLU_OUT_OF_MEMORY 100902
#define GLU_INCOMPATIBLE_GL_VERSION 100903
#define GLU_INVALID_OPERATION 100904
/* NurbsDisplay */