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