comparison libvo/gl_common.h @ 25535:3baf6a2283da

Add explanatory comments to the #endif part of multiple inclusion guards.
author diego
date Mon, 31 Dec 2007 16:15:50 +0000
parents e6e8bf060dae
children 9a96fd14d1c5
comparison
equal deleted inserted replaced
25534:ed0cfc9e60cb 25535:3baf6a2283da
326 GLfloat, GLfloat); 326 GLfloat, GLfloat);
327 extern int (APIENTRY *SwapInterval)(int); 327 extern int (APIENTRY *SwapInterval)(int);
328 extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei, 328 extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei,
329 GLsizei, GLint, GLenum, GLenum, const GLvoid *); 329 GLsizei, GLint, GLenum, GLenum, const GLvoid *);
330 330
331 #endif 331 #endif /* GL_COMMON_H */