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
5
6#pragma once
7
8namespace flecs {
9
17
22
24struct timer;
25
27
28namespace _ {
29
30void timer_init(flecs::world& world);
31
32} // namespace _
33} // namespace flecs
EcsRateFilter RateFilter
Rate filter component.
Definition decl.hpp:21
EcsTimer Timer
Timer component.
Definition decl.hpp:19
Int to enum.
Definition component.hpp:18
Apply a rate filter to a tick source.
Definition timer.h:45
Component used for one-shot and interval timer functionality.
Definition timer.h:35
Timer class.
Definition impl.hpp:14
The world.
Definition world.hpp:246