Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/src/wglew_tail.h')
-rw-r--r--Libraries/glew-2.0.0/auto/src/wglew_tail.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/Libraries/glew-2.0.0/auto/src/wglew_tail.h b/Libraries/glew-2.0.0/auto/src/wglew_tail.h
deleted file mode 100644
index 89711581..00000000
--- a/Libraries/glew-2.0.0/auto/src/wglew_tail.h
+++ /dev/null
@@ -1,22 +0,0 @@
-/* ------------------------------------------------------------------------- */
-
-GLEWAPI GLenum GLEWAPIENTRY wglewInit ();
-GLEWAPI GLboolean GLEWAPIENTRY wglewIsSupported (const char *name);
-
-#ifndef WGLEW_GET_VAR
-#define WGLEW_GET_VAR(x) (*(const GLboolean*)&x)
-#endif
-
-#ifndef WGLEW_GET_FUN
-#define WGLEW_GET_FUN(x) x
-#endif
-
-GLEWAPI GLboolean GLEWAPIENTRY wglewGetExtension (const char *name);
-
-#ifdef __cplusplus
-}
-#endif
-
-#undef GLEWAPI
-
-#endif /* __wglew_h__ */