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
19
using
WorldStats
=
EcsWorldStats
;
20
22
using
PipelineStats
=
EcsPipelineStats
;
23
25
using
WorldSummary
=
EcsWorldSummary
;
26
27
struct
stats
{
28
stats
(
flecs::world
&
world
);
29
};
30
33
}
EcsPipelineStats
Component that stores pipeline statistics.
Definition
stats.h:443
EcsWorldStats
Component that stores world statistics.
Definition
stats.h:431
EcsWorldSummary
Component that stores a summary of world statistics.
Definition
stats.h:449
flecs::stats
Definition
decl.hpp:27
flecs::world
The world.
Definition
world.hpp:137