Flecs
v4.0
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
18
using
Rest =
EcsRest
;
19
20
namespace
rest {
21
22
namespace
_ {
23
24
void
init(
flecs::world
& world);
25
26
}
27
}
28
31
}
EcsRest
Component that creates a REST API server when instantiated.
Definition
rest.h:49
flecs::world
The world.
Definition
world.hpp:137