X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fglstubs.h;h=6d0ed44955aedede5700557c71469eef80a49c01;hb=055013bac06c70d04b46bc2e66bde847bdada1d4;hp=7512a6f9bf9a577e32573092edf93942943406ee;hpb=9a6e6bc703ee7942f4c39b4ae13f339654206456;p=lugaru.git diff --git a/Source/glstubs.h b/Source/glstubs.h index 7512a6f..6d0ed44 100644 --- a/Source/glstubs.h +++ b/Source/glstubs.h @@ -25,6 +25,7 @@ GL_FUNC(void,glEnable,(GLenum cap),(cap),) GL_FUNC(void,glEnableClientState,(GLenum array),(array),) GL_FUNC(void,glEnd,(void),(),) GL_FUNC(void,glEndList,(void),(),) +GL_FUNC(void,glFinish,(void),(),) GL_FUNC(GLuint,glGenLists,(GLsizei range),(range),return) GL_FUNC(void,glGenTextures,(GLsizei n, GLuint *textures),(n,textures),) GL_FUNC(GLenum,glGetError,(void),(),return)