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
8namespace flecs {
9
22
24struct timer;
25
28namespace _ {
29
30void timer_init(flecs::world& world);
31
32} // namespace _
33} // namespace flecs
struct EcsTimer EcsTimer
Component used for one-shot and interval timer functionality.
struct EcsRateFilter EcsRateFilter
Apply a rate filter to a tick source.
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