Flecs v3.2
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#include "builder.hpp"
9
10namespace flecs {
11
21struct metrics {
22 using Value = EcsMetricValue;
23 using Source = EcsMetricSource;
24
25 struct Instance { };
26 struct Metric { };
27 struct Counter { };
28 struct CounterIncrement { };
29 struct CounterId { };
30 struct Gauge { };
31
33};
34
37}
Metric builder.
The world.
Definition world.hpp:132