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