Added glDrawRangeElements to function list.

This was SVN commit r297.
This commit is contained in:
notpete 2004-05-29 20:46:02 +00:00
parent 86eaf95476
commit 726d5a6adf

View File

@ -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