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