OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
eagine
main.hpp
Go to the documentation of this file.
1
#ifndef EAGINE_MAIN_HPP
9
#define EAGINE_MAIN_HPP
10
11
#include "config/basic.hpp"
12
#include "
main_ctx.hpp
"
13
14
// NOLINTNEXTLINE(misc-definitions-in-headers)
15
auto
main(
int
argc,
const
char
** argv) ->
int
{
16
eagine::main_ctx_options
options;
17
return
eagine::main_impl(argc, argv, options);
18
}
19
20
#endif // EAGINE_MAIN_HPP
main_ctx.hpp
eagine::main_ctx_options
Structure storing customization options for main context.
Definition:
main_ctx.hpp:24
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).