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
20
23
26
28struct stats {
31};
32
35}
Component that stores pipeline statistics.
Definition stats.h:460
Component that stores world statistics.
Definition stats.h:448
Component that stores a summary of world statistics.
Definition stats.h:466
Stats module.
Definition decl.hpp:28
stats(flecs::world &world)
Construct the stats module.
Definition impl.hpp:10
The world.
Definition world.hpp:246