OpenGL 2.0: add 2 user-defined, per-context vertex attributes for coordinates and...
[freeglut] / src / fg_gl2.h
index 788db43..2450f8d 100644 (file)
@@ -29,6 +29,7 @@
 #ifndef APIENTRY
 #    define APIENTRY
 #endif
+
 typedef ptrdiff_t fghGLsizeiptr;
 typedef void (APIENTRY *PFNGLGENBUFFERSPROC) (GLsizei n, GLuint *buffers);
 typedef void (APIENTRY *PFNGLBINDBUFFERPROC) (GLenum target, GLuint buffer);