/* Public domain */ #ifndef _AGAR_GUI_OPENGL_H_ #define _AGAR_GUI_OPENGL_H_ #include #ifdef HAVE_OPENGL # ifdef _WIN32 # include # endif # include # ifdef HAVE_GLEXT # define GL_GLEXT_PROTOTYPES # endif # ifdef _USE_OPENGL_FRAMEWORK # define GL_SILENCE_DEPRECATION # include # ifdef HAVE_GLEXT # include # endif # else # include # ifdef HAVE_GLEXT # include # endif # endif # ifdef _AGAR_GUI_INTERNAL # include # ifdef HAVE_GLX # include # endif # endif # include #endif /* HAVE_OPENGL */ #endif /* _AGAR_GUI_OPENGL_H_ */