Flecs v3.2
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
decl.hpp
Go to the documentation of this file.
1
6#pragma once
7
8namespace flecs {
9namespace doc {
10
21
23static const flecs::entity_t Brief = EcsDocBrief;
24
26static const flecs::entity_t Detail = EcsDocDetail;
27
29static const flecs::entity_t Link = EcsDocLink;
30
32static const flecs::entity_t Color = EcsDocColor;
33
35namespace _ {
37void init(flecs::world& world);
38}
39
42}
43}
The world.
Definition world.hpp:132