summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/egl_helpers.h
blob: 3806ef1d35fc10053904b190e2165bffc8766537 (plain)
1
2
3
4
5
6
7
#ifndef MP_GL_EGL_HELPERS_H
#define MP_GL_EGL_HELPERS_H

#include <EGL/egl.h>
#include <EGL/eglext.h>

#endif