OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eglplus
egl.hpp
Go to the documentation of this file.
1
#ifndef EGLPLUS_EGL_HPP
9
#define EGLPLUS_EGL_HPP
10
11
#if __has_include(<EGL/egl.h>)
12
#include <EGL/egl.h>
13
#endif
14
15
#endif // EGLPLUS_EGL_HPP
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).