OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eglplus
config
basic.hpp
Go to the documentation of this file.
1
#ifndef EGLPLUS_CONFIG_BASIC_HPP
9
#define EGLPLUS_CONFIG_BASIC_HPP
10
11
// TODO
12
13
#ifndef EGLPLUS_LINK_LIBRARY
14
#define EGLPLUS_LINK_LIBRARY 0
15
#endif
16
17
#if EGLPLUS_LINK_LIBRARY
18
#define EGLPLUS_LIB_FUNC
19
#else
20
#define EGLPLUS_LIB_FUNC inline
21
#endif
22
23
#endif // EGLPLUS_CONFIG_BASIC_HPP
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).