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
8namespace flecs {
9
19struct alerts {
22
23 struct Alert { };
24 struct Info { };
25 struct Warning { };
26 struct Error { };
27
29};
30
31template <typename ... Components>
32struct alert;
33
34template <typename ... Components>
35struct alert_builder;
36
39}
struct EcsAlertsActive EcsAlertsActive
Map with active alerts for entity.
struct EcsAlertInstance EcsAlertInstance
Alert information.
Alert information.
Definition alerts.h:55
Map with active alerts for entity.
Definition alerts.h:60
Alert builder.
Definition builder.hpp:24
Module.
Definition decl.hpp:19
The world.
Definition world.hpp:132