OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
example
eagine
ecs
elements
entity.hpp
1
#ifndef EAGINE_EXAMPLE_ECS_ENTITY_HPP // NOLINT(llvm-header-guard)
9
#define EAGINE_EXAMPLE_ECS_ENTITY_HPP
10
11
#include <string>
12
13
namespace
eagine
{
14
//------------------------------------------------------------------------------
15
using
element_symbol = std::string;
16
//------------------------------------------------------------------------------
17
}
// namespace eagine
18
19
#endif
eagine
Common code is placed in this namespace.
Definition:
eagine.hpp:21
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).