Flecs
v4.0
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
8
namespace
flecs {
9
17
18
using
Timer =
EcsTimer
;
19
using
RateFilter =
EcsRateFilter
;
20
21
struct
timer
;
22
24
25
namespace
_
{
26
27
void
timer_init(flecs::world& world);
28
29
}
// namespace _
30
}
// namespace flecs
EcsTimer
struct EcsTimer EcsTimer
Component used for one shot/interval timer functionality.
EcsRateFilter
struct EcsRateFilter EcsRateFilter
Apply a rate filter to a tick source.
flecs::_
Int to enum.
Definition
component.hpp:18
flecs::timer
Definition
impl.hpp:11