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
20
22struct system;
23
25template<typename ... Components>
26struct system_builder;
27
28namespace _ {
29
30void system_init(flecs::world& world);
31
34} // namespace _
35} // namespace flecs
struct EcsTickSource EcsTickSource
Component used to provide a tick source to systems.
Component used to provide a tick source to systems.
Definition system.h:32
System builder.
Definition builder.hpp:25
System.
Definition impl.hpp:78
The world.
Definition world.hpp:246