OGLplus  (0.59.0) a C++ wrapper for rendering APIs

constants.hpp
Go to the documentation of this file.
1 #ifndef EAGINE_SSL_API_CONSTANTS_HPP
9 #define EAGINE_SSL_API_CONSTANTS_HPP
10 
11 #include "c_api.hpp"
12 
13 namespace eagine::sslp {
14 //------------------------------------------------------------------------------
15 template <typename ApiTraits>
16 struct basic_ssl_constants {
17 public:
18  basic_ssl_constants(ApiTraits&, basic_ssl_c_api<ApiTraits>&) {}
19 };
20 //------------------------------------------------------------------------------
21 } // namespace eagine::sslp
22 
23 #endif // EAGINE_SSL_API_CONSTANTS_HPP

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).