diff --git a/source/lib/glext_funcs.h b/source/lib/glext_funcs.h index 7ba7c90575..52d02ef64b 100755 --- a/source/lib/glext_funcs.h +++ b/source/lib/glext_funcs.h @@ -2,6 +2,7 @@ #ifndef REAL_GL_1_2 FUNC(void, glMultiTexCoord2f, (int, float, float)) +FUNC(void, glDrawRangeElements,(GLenum,GLuint,GLuint,GLsizei,GLenum,GLvoid*)) #endif #ifndef REAL_GL_1_3