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
18using Timer = EcsTimer;
19using RateFilter = EcsRateFilter;
20
21struct timer;
22
25namespace _ {
26
27void timer_init(flecs::world& world);
28
29} // namespace _
30} // namespace flecs
struct EcsTimer EcsTimer
Component used for one shot/interval timer functionality.
struct EcsRateFilter EcsRateFilter
Apply a rate filter to a tick source.
The world.
Definition world.hpp:132
flecs::timer timer(Args &&... args) const
Find or register a timer.