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
6
#pragma once
7
8
namespace
flecs {
9
19
using
Rest
=
EcsRest
;
20
21
namespace
rest {
22
23
namespace
_ {
24
25
void
init(
flecs::world
&
world
);
26
27
}
28
}
29
32
}
EcsRest
Component that creates a REST API server when instantiated.
Definition
rest.h:59
flecs::world
The world.
Definition
world.hpp:246