Unofficial OpenGL Software Development Kit  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
glx_load.h
Go to the documentation of this file.
1 #ifndef GLXWIN_GEN_LOAD_FUNCTIONS_H
2 #define GLXWIN_GEN_LOAD_FUNCTIONS_H
3 
16 enum
17 {
20 };
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif /*__cplusplus*/
25 
33 int glx_LoadFunctions(Display *display, int screen);
34 
35 
38 #ifdef __cplusplus
39 }
40 #endif /*__cplusplus*/
41 #endif /*GLXWIN_GEN_LOAD_FUNCTIONS_H*/