summaryrefslogtreecommitdiff
path: root/engine-ocean/External/glew/auto/src/glxew_tail.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine-ocean/External/glew/auto/src/glxew_tail.h')
-rw-r--r--engine-ocean/External/glew/auto/src/glxew_tail.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/engine-ocean/External/glew/auto/src/glxew_tail.h b/engine-ocean/External/glew/auto/src/glxew_tail.h
new file mode 100644
index 0000000..05ff1b1
--- /dev/null
+++ b/engine-ocean/External/glew/auto/src/glxew_tail.h
@@ -0,0 +1,20 @@
+/* ------------------------------------------------------------------------ */
+
+GLEWAPI GLenum GLEWAPIENTRY glxewInit ();
+GLEWAPI GLboolean GLEWAPIENTRY glxewIsSupported (const char *name);
+
+#ifndef GLXEW_GET_VAR
+#define GLXEW_GET_VAR(x) (*(const GLboolean*)&x)
+#endif
+
+#ifndef GLXEW_GET_FUN
+#define GLXEW_GET_FUN(x) x
+#endif
+
+GLEWAPI GLboolean GLEWAPIENTRY glxewGetExtension (const char *name);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* __glxew_h__ */