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