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
12struct metrics {
13 using Value = EcsMetricValue;
14 using Source = EcsMetricSource;
15
16 struct Instance { };
17 struct Metric { };
18 struct Counter { };
19 struct CounterIncrement { };
20 struct CounterId { };
21 struct Gauge { };
22
24};
25
26}
The world.
Definition world.hpp:113
Builder base class.