summaryrefslogtreecommitdiff
path: root/include/GLES/egl.h
blob: eb2e046baae8a53d6b179d8b7450e83a47c9ff00 (plain)
1
2
3
4
5
6
/* For compatibility with early OpenGL ES 1.0 implementations that
 * included gl.h in egl.h (and apps that only included egl.h)
 * See: http://www.khronos.org/registry/implementers_guide.html
 */
#include <EGL/egl.h>
#include <GLES/gl.h>