Implement crude handling of missing OpenGL extensions
[neverball] / share / glext.h
index 338ad98..c283b70 100644 (file)
@@ -81,8 +81,8 @@
 
 /*---------------------------------------------------------------------------*/
 
-int  glext_check(const char *);
-void glext_init(void);
+int glext_check(const char *);
+int glext_init(void);
 
 /*---------------------------------------------------------------------------*/