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
5
6#pragma once
7
8namespace flecs {
9
17
18using Rest = EcsRest;
19
20namespace rest {
21
22namespace _ {
23
24void init(flecs::world& world);
25
26}
27}
28
30
31}