Flecs
v4.1
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
decl.hpp
Go to the documentation of this file.
1
5
6
#pragma once
7
8
namespace
flecs {
9
17
19
using
Rest
=
EcsRest
;
20
21
namespace
rest {
22
23
namespace
_
{
24
25
void
init(
flecs::world
&
world
);
26
27
}
28
}
29
31
32
}
flecs::Rest
EcsRest Rest
REST API component.
Definition
decl.hpp:19
flecs::_
Int to enum.
Definition
component.hpp:18
EcsRest
Component that creates a REST API server when instantiated.
Definition
rest.h:59
flecs::world
The world.
Definition
world.hpp:246