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

eagine/ecs/elements/init.hpp

Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt

#ifndef EAGINE_EXAMPLE_ECS_INIT_HPP // NOLINT(llvm-header-guard)
#define EAGINE_EXAMPLE_ECS_INIT_HPP
#include "entity.hpp"
namespace eagine {
//------------------------------------------------------------------------------
void initialize(main_ctx&, ecs::basic_manager<element_symbol>& elements);
//------------------------------------------------------------------------------
} // namespace eagine
#endif
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).