From 726d5a6adfa3af24ef3f78f75d06e6cf435b34f5 Mon Sep 17 00:00:00 2001 From: notpete Date: Sat, 29 May 2004 20:46:02 +0000 Subject: [PATCH] Added glDrawRangeElements to function list. This was SVN commit r297. --- source/lib/glext_funcs.h | 1 + 1 file changed, 1 insertion(+) 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