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 TickSource = EcsTickSource;
19
20struct system;
21
22template<typename ... Components>
23struct system_builder;
24
25namespace _ {
26
27void system_init(flecs::world& world);
28
31} // namespace _
32} // namespace flecs
struct EcsTickSource EcsTickSource
Component used to provide a tick source to systems.
The world.
Definition world.hpp:132