core/vgui/vgui_glx.h
Go to the documentation of this file.
00001 #ifndef vgui_glx_h
00002 #define vgui_glx_h
00003 
00004 // Since GL/glx.h may #include GL/gl.h, which is broken, we cannot
00005 // #include GL/glx.h directly either -- fsm.
00006 
00007 #include <vgui/vgui_gl.h>
00008 #include <GL/glx.h>
00009 
00010 #endif // vgui_glx_h