1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef _glx_lib_glvnd_h_ #define _glx_lib_glvnd_h_ typedef struct __GLXapiExportsRec __GLXapiExports; extern const __GLXapiExports *__glXGLVNDAPIExports; extern const int DI_FUNCTION_COUNT; extern const void * const __glXDispatchFunctions[]; extern int __glXDispatchTableIndices[]; extern const char * const __glXDispatchTableStrings[]; #endif