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
8
namespace
flecs {
9
namespace
doc {
10
20
using
Description
=
EcsDocDescription
;
21
23
static
const
flecs::entity_t Brief = EcsDocBrief;
24
26
static
const
flecs::entity_t Detail = EcsDocDetail;
27
29
static
const
flecs::entity_t Link = EcsDocLink;
30
32
static
const
flecs::entity_t Color = EcsDocColor;
33
34
namespace
_ {
35
void
init(
flecs::world
&
world
);
36
}
37
40
}
41
}
EcsDocDescription
Definition:
doc.h:38
flecs::world
The world.
Definition:
world.hpp:132