EGLplus (0.52.0) a C++ wrapper for EGL

eglfunc.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef EGLPLUS_EGLFUNC_1305291005_HPP
14 #define EGLPLUS_EGLFUNC_1305291005_HPP
15 
16 #include <eglplus/config.hpp>
17 
18 namespace eglplus {
19 
20 #define EGLPLUS_EGLFUNC(FUNCNAME) \
21  ::egl ## FUNCNAME
22 
23 } // namespace eglplus
24 
25 #endif // include guard
Compile-time configuration options.

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).